Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/FRawCurveTracks
Type | Name | Description | |
---|---|---|---|
![]() |
bool | AddCurveData
(
const FName& NewCurve, |
Add new curve from the provided UID and return true if success bVectorInterpCurve == true, then it will create FVectorCuve, otherwise, FFloatCurve |
![]() |
bool | AddCurveData
(
const FSmartName& NewCurve, |
Please use AddCurveData that takes a FName. |