Navigation
API > API/Plugins > API/Plugins/AnimationWarpingEditor > API/Plugins/AnimationWarpingEditor/AnimGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UK2Node
- UAnimGraphNode_Base
- UAnimGraphNode_SkeletalControlBase
- UAnimGraphNode_OffsetRootBone
References
| Module | AnimationWarpingEditor |
| Header | /Engine/Plugins/Animation/AnimationWarping/Source/Editor/Public/AnimGraph/AnimGraphNode_OffsetRootBone.h |
| Include | #include "AnimGraph/AnimGraphNode_OffsetRootBone.h" |
Syntax
UCLASS&40;Experimental&41;
class UAnimGraphNode_OffsetRootBone : public UAnimGraphNode_SkeletalControlBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAnimNode_OffsetRootBone | Node |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAnimGraphNode_OffsetRootBone
(
const FObjectInitializer& ObjectInitializer |
Overridden from UAnimGraphNode_SkeletalControlBase
| Type | Name | Description | |
|---|---|---|---|
| FText | Returns the short descriptive name of the controller. | ||
| const FAnimNode_SkeletalControlBase * | GetNode () |
Overridden from UAnimGraphNode_Base
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizeDetails
(
IDetailLayoutBuilder& DetailBuilder |
Can customize details tab | |
| void | CustomizePinData
(
UEdGraphPin* Pin, |
Customize pin data based on the input | |
| void | GetInputLinkAttributes
(
FNodeAttributeArray& OutAttributes |
Get the named attribute types that this node takes (absorbs) as inputs. Other attributes are assumed to 'pass through' this node. | |
| void | GetOutputLinkAttributes
(
FNodeAttributeArray& OutAttributes |
Get the named attribute types that this node provides as outputs. Other attributes are assumed to 'pass through' this node. |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar | |
| FLinearColor | Gets the draw color of a node's title bar | ||
| FText | Gets the tooltip to display when over the node |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |