UAnimSequence::InsertFramesToRawAnimData

Crops the raw anim data either from Start to CurrentTime or CurrentTime to End depending on value of bFromStart.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/AnimSequence.h

Include

#include "Animation/AnimSequence.h"

Source

/Engine/Source/Runtime/Engine/Private/Animation/AnimSequence.cpp

Syntax

bool InsertFramesToRawAnimData
(
    int32 StartFrame,
    int32 EndFrame,
    int32 CopyFrame
)

Remarks

Crops the raw anim data either from Start to CurrentTime or CurrentTime to End depending on value of bFromStart. Can't be called against cooked data.

Returns

true if the operation was successful.

Parameters

Parameter

Description

StartFrame

StartFrame to insert (0-based)

EndFrame

EndFrame to insert (0-based

CopyFrame

A frame that we copy from (0-based)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss