Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/CurveSourceInterface.h |
| Include | #include "Animation/CurveSourceInterface.h" |
Syntax
struct FNamedCurveValue
Remarks
Name/value pair for retrieving curve values
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Name | The name of the curve | |
| float | Value | The value of the curve |