Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimNodeConstantData.h |
| Include | #include "Animation/AnimNodeConstantData.h" |
Syntax
struct FAnimNodeConstantData
Remarks
Any constant class data an anim node uses should be derived from this type.
Functions
| Type | Name | Description | |
|---|---|---|---|
| const IAnimClassInterface & | The class we are part of | ||
| int32 | GetNodeIndex () |
Get the node index for this constant data block. |