Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Animation/AnimationWarping/Source/Editor/Public/AnimGraph/AnimGraphNode_OrientationWarping.h |
Include |
#include "AnimGraph/AnimGraphNode_OrientationWarping.h" |
UCLASS()
class UAnimGraphNode_OrientationWarping : public UAnimGraphNode_SkeletalControlBase
Name | Description | ||
---|---|---|---|
|
Node |
Name | Description | |
---|---|---|
|
UAnimGraphNode_OrientationWarping ( |
Name | Description | ||
---|---|---|---|
|
GetControllerDescription() |
Returns the short descriptive name of the controller. |
|
|
const FAnimN... |
GetNode() |
Name | Description | ||
---|---|---|---|
|
CustomizeDetails ( |
Can customize details tab |
|
|
CustomizePinData ( |
Customize pin data based on the input |
|
|
GetInputLinkAttributes ( |
Get the named attribute types that this node takes (absorbs) as inputs. Other attributes are assumed to 'pass through' this node. |
|
|
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 | ||
---|---|---|---|
|
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 |
Name | Description | ||
---|---|---|---|
|
PostEditChangeProperty ( |
Called when a property on this object has been modified externally |