Navigation
API > API/Plugins > API/Plugins/AnimationWarpingEditor > API/Plugins/AnimationWarpingEditor/AnimGraph
Inheritance Hierarchy
- UK2Node
- UAnimGraphNode_Base
- 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 (Experimental)
class UAnimGraphNode_OffsetRootBone : public UAnimGraphNode_Base
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAnimNode_OffsetRootBone | Node |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAnimGraphNode_OffsetRootBone
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
||
| FText |
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. | |
| FLinearColor | |||
| void | GetOutputLinkAttributes
(
FNodeAttributeArray& OutAttributes |
Get the named attribute types that this node provides as outputs. Other attributes are assumed to 'pass through' this node. | |
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |