Navigation
Unreal Engine C++ API Reference > Editor > AnimGraph
Inheritance Hierarchy
References
Module | AnimGraph |
Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_RotateRootBone.h |
Include | #include "AnimGraphNode_RotateRootBone.h" |
Syntax
class UAnimGraphNode_RotateRootBone : public [UAnimGraphNode_Base](API\Editor\AnimGraph\UAnimGraphNode_Base)
Variables
Type | Name | Description |
---|---|---|
FAnimNode_Rotat... | Node |
Constructors
Type | Name | Description |
---|---|---|
UAnimGraphNode_RotateRootBone ( const FObjectInitializer& ObjectIn... ) |
Overridden from UAnimGraphNode_Base
Type | Name | Description |
---|---|---|
void | CustomizePinData ( UEdGraphPin* Pin, FName SourcePropertyName, int32 ArrayIndex ) | Customize pin data based on the input |
Overridden from UK2Node
Type | Name | Description |
---|---|---|
FText | GetMenuCategory () | Override to provide a default category for specific node types to be listed under. |
Overridden from UEdGraphNode
Type | Name | Description |
---|---|---|
FText | GetNodeTitle ( ENodeTitleType::Type TitleType ) | Gets the name of this node, shown in title bar |
FLinearColor | GetNodeTitleColor () | Gets the draw color of a node's title bar |
FText | GetTooltipText () | Gets the tooltip to display when over the node |
Overridden from UObject
Type | Name | Description |
---|---|---|
void | PostEditChangeProperty ( FPropertyChangedEvent& PropertyCha... ) | Called when a property on this object has been modified externally |