Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AttributeCurve.h |
| Include | #include "Animation/AttributeCurve.h" |
Syntax
USTRUCT ()
struct FAttributeKey
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Time | The keyed time | |
| FWrappedAttribute | Value | Value for this key, populated by FAttributeCurve during serialization |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAttributeKey
(
float InTime |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const AttributeType & | GetValue () |
||
| const AttributeType * | GetValuePtr () |