Navigation
API > API/Editor > API/Editor/AnimGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UK2Node
- UAnimGraphNode_Base
- UAnimGraphNode_SkeletalControlBase
- UAnimGraphNode_TwistCorrectiveNode
References
Module | AnimGraph |
Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_TwistCorrectiveNode.h |
Include | #include "AnimGraphNode_TwistCorrectiveNode.h" |
Syntax
class UAnimGraphNode_TwistCorrectiveNode : public UAnimGraphNode_SkeletalControlBase
Remarks
This is the 'source version' of a bone driven controller, which maps part of the state from one bone to another (e.g., 2 * source.x -> target.z)
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FAnimNode_TwistCorrectiveNode | Node |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UAnimGraphNode_TwistCorrectiveNode
(
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 | ValidateAnimNodeDuringCompilation
(
USkeleton* ForSkeleton, |
Gives each visual node a chance to do final validation before it's node is harvested for use at runtime. |
Overridden from UEdGraphNode
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar |
![]() ![]() ![]() |
FText | Gets the tooltip to display when over the node |