Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_TransitionPoseEvaluator.h |
Include |
#include "AnimGraphNode_TransitionPoseEvaluator.h" |
class UAnimGraphNode_TransitionPoseEvaluator : public UAnimGraphNode_Base
Name | Description | ||
---|---|---|---|
|
Node |
Name | Description | |
---|---|---|
|
UAnimGraphNode_TransitionPoseEvaluator ( |
Name | Description | ||
---|---|---|---|
|
CustomizeDetails ( |
Can customize details tab |
|
|
GetNodeCategory() |
Gets the menu category this node belongs in. |
|
|
GetOutputLinkAttributes ( |
Get the named attribute types that this node provides as outputs. Other attributes are assumed to 'pass through' this node. |
|
|
ValidateAnimNodeDuringCompilation ( |
Gives each visual node a chance to do final validation before it's node is harvested for use at runtime. |
Name | Description | ||
---|---|---|---|
|
GetMenuActions |
Replacement for GetMenuEntries(). |
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 |