Navigation
API > API/Runtime > API/Runtime/AnimationCore
References
| Module | AnimationCore |
| Header | /Engine/Source/Runtime/AnimationCore/Public/NodeHierarchy.h |
| Include | #include "NodeHierarchy.h" |
Syntax
struct FNodeObject
Remarks
A node in a named hierarchy
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Name | The name of this node | |
| FName | ParentName | The name of this node's parent |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNodeObject () |
|||
FNodeObject
(
const FName& InName, |