Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FRawCurveTracks
Description
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.
| Name | Resize |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h |
| Include Path | #include "Animation/AnimCurveTypes.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimCurveTypes.cpp |
void Resize
(
float TotalLength,
bool bInsert,
float OldStartTime,
float OldEndTime
)