Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_StateResult.h |
Include |
#include "AnimGraphNode_StateResult.h" |
class UAnimGraphNode_StateResult : public UAnimGraphNode_Base
Name | Description | ||
---|---|---|---|
|
Node |
Name | Description | |
---|---|---|
|
UAnimGraphNode_StateResult ( |
Name | Description | ||
---|---|---|---|
|
IsSinkNode() |
Is this node a sink that has no pose outputs? |
|
|
OnProcessDuringCompilation |
Process this node's data during compilation (override point) |
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 |
|
|
GetDocumentationLink() |
Get the link to the documentation. |
|
|
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 |