Navigation
API > API/Plugins > API/Plugins/IKRigEditor > API/Plugins/IKRigEditor/RetargetEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAnimInstance
- UAnimSingleNodeInstance
- UAnimPreviewInstance
- UIKRetargetAnimInstance
References
| Module | IKRigEditor |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RetargetEditor/IKRetargetAnimInstance.h |
| Include | #include "RetargetEditor/IKRetargetAnimInstance.h" |
Syntax
UCLASS&40;Transient, NotBlueprintable&41;
class UIKRetargetAnimInstance : public UAnimPreviewInstance
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAnimNode_PreviewRetargetPose | PreviewPoseNode | ||
| FAnimNode_RetargetPoseFromMesh | RetargetNode |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UIKRetargetAnimInstance
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ConfigureAnimInstance
(
const ERetargetSourceOrTarget& SourceOrTarget, |
||
| const TArray< FTransform > & | |||
| const TArray< FTransform > & | |||
| UIKRetargetProcessor * | |||
| void | SetRetargetMode
(
const ERetargeterOutputMode& OutputMode |
||
| void | SetRetargetPoseBlend
(
const float& RetargetPoseBlend |
Overridden from UAnimInstance
| Type | Name | Description | |
|---|---|---|---|
| FAnimInstanceProxy * | Override point for derived classes to create their own proxy objects (allows custom allocation) |