Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Animation > FRawCurveTracks
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h |
Include | #include "Animation/AnimCurveTypes.h" |
Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimCurveTypes.cpp |
void Resize
(
float TotalLength,
bool bInsert,
float OldStartTime,
float OldEndTime
)
Remarks
Resize curve length. If longer, it doesn't do any. If shorter, remove previous keys and add new key to the end of the frame.