Navigation
Unreal Engine C++ API Reference > 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. |