Navigation
API > API/Runtime > API/Runtime/Engine
Name/value pair for retrieving curve values
| Name | FNamedCurveValue |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/CurveSourceInterface.h |
| Include Path | #include "Animation/CurveSourceInterface.h" |
Syntax
USTRUCT (BlueprintType )
struct FNamedCurveValue
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Name | FName | The name of the curve | Animation/CurveSourceInterface.h |
|
| Value | float | The value of the curve | Animation/CurveSourceInterface.h |
|