Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimNodeData.h |
| Include | #include "Animation/AnimNodeData.h" |
Syntax
struct FNodeDataId
Remarks
Identifier used to access folded node data.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNodeDataId () |
|||
FNodeDataId
(
FName InPropertyName, |
Construct from a property name and struct. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FProperty * | GetProperty () |
Get the node property associated with this ID. | |
| const UScriptStruct * | GetStruct () |
Get the node struct associated with this ID. | |
| bool | IsValid () |
Check if this ID is valid. |