Navigation
API > API/Plugins > API/Plugins/IKRigDeveloper
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UK2Node
- UAnimGraphNode_Base
- UAnimGraphNode_RetargetPoseFromMesh
References
| Module | IKRigDeveloper |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRigDeveloper/Public/AnimGraphNode_RetargetPoseFromMesh.h |
| Include | #include "AnimGraphNode_RetargetPoseFromMesh.h" |
Syntax
UCLASS&40;&41;
class UAnimGraphNode_RetargetPoseFromMesh : public UAnimGraphNode_Base
Remarks
Editor node for IKRig.
Overridden from UAnimGraphNode_Base
| Type | Name | Description | |
|---|---|---|---|
| void | CopyNodeDataToPreviewNode
(
FAnimNode_Base* InPreviewNode |
Called to propagate data from the internal node to the preview in Persona. | |
| void | CustomizePinData
(
UEdGraphPin* Pin, |
Customize pin data based on the input | |
| void | Draw
(
FPrimitiveDrawInterface* PDI, |
Draw function for supporting visualization. | |
| FEditorModeID | Override this function to push an editor mode when this node is selected | ||
| bool | If using CopyPoseFromMesh, the AnimBlueprint Compiler will cache this off for optimizations. | ||
| 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 UK2Node
| Type | Name | Description | |
|---|---|---|---|
| void | Called before compilation begins, giving a blueprint time to force the linker to load data |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| UObject * | By default return any animation assets we have. | ||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |
Constants
| Name | Description |
|---|---|
| AnimModeName |