unreal.AnimNode_RetargetPoseFromMesh
¶
- class unreal.AnimNode_RetargetPoseFromMesh(source_mesh_component: SkeletalMeshComponent = Ellipsis, use_attached_parent: bool = False, ik_retargeter_asset: IKRetargeter = Ellipsis, custom_retarget_profile: RetargetProfile = Ellipsis, suppress_warnings: bool = False, copy_curves: bool = False)¶
Bases:
AnimNode_Base
Anim Node Retarget Pose from Mesh
C++ Source:
Plugin: IKRig
Module: IKRig
File: AnimNode_RetargetPoseFromMesh.h
Editor Properties: (see get_editor_property/set_editor_property)
copy_curves
(bool): [Read-Write] Copy Curves: Copy curves from SouceMeshComponent. This will copy any curves the source/target Skeleton have in common.custom_retarget_profile
(RetargetProfile): [Read-Write] Custom Retarget Profile: connect a custom retarget profile to modify the retargeter’s settings at runtime.ik_retargeter_asset
(IKRetargeter): [Read-Write] IKRetargeter Asset: Retarget asset to use. Must define a Source and Target IK Rig compatible with the SourceMeshComponent and current anim instance.source_mesh_component
(SkeletalMeshComponent): [Read-Write] Source Mesh Component: The Skeletal Mesh Component to retarget animation from. Assumed to be animated and tick BEFORE this anim instance.suppress_warnings
(bool): [Read-Write] Suppress Warnings: Toggle whether to print warnings about missing or incorrectly configured retarget configurations.use_attached_parent
(bool): [Read-Write] Use Attached Parent: If SourceMeshComponent is not valid, and if this is true, it will look for attached parent as a source
- property copy_curves: bool¶
[Read-Write] Copy Curves: Copy curves from SouceMeshComponent. This will copy any curves the source/target Skeleton have in common.
- Type:
(bool)
- property custom_retarget_profile: RetargetProfile¶
[Read-Write] Custom Retarget Profile: connect a custom retarget profile to modify the retargeter’s settings at runtime.
- Type:
- property ik_retargeter_asset: IKRetargeter¶
[Read-Write] IKRetargeter Asset: Retarget asset to use. Must define a Source and Target IK Rig compatible with the SourceMeshComponent and current anim instance.
- Type:
- property source_mesh_component: SkeletalMeshComponent¶
[Read-Write] Source Mesh Component: The Skeletal Mesh Component to retarget animation from. Assumed to be animated and tick BEFORE this anim instance.
- Type: