Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/FRawCurveTracks
| Type | Name | Description | |
|---|---|---|---|
| void | AddFloatCurveKey
(
const FName& NewCurve, |
Add new float curve from the given UID if not existing and add the key with time/value | |
| void | AddFloatCurveKey
(
const FSmartName& NewCurve, |
Please use AddFloatCurveKey that takes a FName. |