Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_TransitionResult.h |
Include |
#include "AnimGraphNode_TransitionResult.h" |
class UAnimGraphNode_TransitionResult : public UAnimGraphNode_Base
Name | Description | ||
---|---|---|---|
|
Node |
Name | Description | |
---|---|---|
|
UAnimGraphNode_TransitionResult ( |
Name | Description | ||
---|---|---|---|
|
IsSinkNode() |
Is this node a sink that has no pose outputs? |
Name | Description | ||
---|---|---|---|
|
GetMenuActions |
Replacement for GetMenuEntries(). |
|
|
IsNodeRootSet() |
Query if this node should be kept as part of the root set during the pruning stage of compilation. |
Name | Description | ||
---|---|---|---|
|
CanDuplicateNode() |
Whether or not this node can be safely duplicated (via copy/paste, etc...) in the graph |
|
|
CanUserDeleteNode() |
Whether or not this node can be deleted by user action |
|
|
GetNodeTitle ( |
Gets the name of this node, shown in title bar |
|
|
GetNodeTitleColor() |
Gets the draw color of a node's title bar |
|
|
GetTooltipText() |
Gets the tooltip to display when over the node |