Navigation
API > API/Editor > API/Editor/AnimGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UK2Node
- UAnimGraphNode_Base
- UAnimGraphNode_TransitionResult
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_TransitionResult.h |
| Include | #include "AnimGraphNode_TransitionResult.h" |
Syntax
class UAnimGraphNode_TransitionResult : public UAnimGraphNode_Base
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAnimNode_TransitionResult | Node |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAnimGraphNode_TransitionResult
(
const FObjectInitializer& ObjectInitializer |
Overridden from UAnimGraphNode_Base
| Type | Name | Description | |
|---|---|---|---|
| bool | IsSinkNode () |
Is this node a sink that has no pose outputs? |
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 | ||
| 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 | ||
| FText | Visual Warning tooltip message to show | ||
| bool | If true, this node whill show the Visual Warning message |