Navigation
API > API/Editor > API/Editor/AnimGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UK2Node
- UAnimGraphNode_Base
- UAnimGraphNode_Root
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_Root.h |
| Include | #include "AnimGraphNode_Root.h" |
Syntax
class UAnimGraphNode_Root : public UAnimGraphNode_Base
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAnimNode_Root | Node |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAnimGraphNode_Root
(
const FObjectInitializer& ObjectInitializer |
Overridden from UAnimGraphNode_Base
| Type | Name | Description | |
|---|---|---|---|
| bool | Whether or not you can add a pose watch on this node. | ||
| bool | IsSinkNode () |
Is this node a sink that has no pose outputs? | |
| void | OnCopyTermDefaultsToDefaultObject
(
IAnimBlueprintCopyTermDefaultsContext& InCompilationContext, |
Override point for CopyTermDefaultsToDefaultObject Copy this node's data during the last phase of compilation where term defaults are copied to the new CDO | |
| void | OnProcessDuringCompilation
(
IAnimBlueprintCompilationContext& InCompilationContext, |
Process this node's data during compilation (override point) |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| void | GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
Replacement for GetMenuEntries(). | |
| bool | Query if this node should be kept as part of the root set during the pruning stage of compilation. |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| bool | Whether or not this node can be safely duplicated (via copy/paste, etc...) in the graph | ||
| bool | Whether or not this node can be deleted by user action | ||
| FString | Get the link to the documentation. | ||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar | |
| FLinearColor | Gets the draw color of a node's title bar | ||
| FText | Gets the tooltip to display when over the node |