Navigation
API > API/Plugins > API/Plugins/IKRig
| Name | FIKRetargetCopyBasePoseOpSettings |
| Type | struct |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/CopyBasePoseOp.h |
| Include Path | #include "Retargeter/RetargetOps/CopyBasePoseOp.h" |
Syntax
USTRUCT (BlueprintType , Meta=(DisplayName="Scale Source Settings"))
struct FIKRetargetCopyBasePoseOpSettings : public FIKRetargetOpSettingsBase
Inheritance Hierarchy
- FIKRetargetOpSettingsBase → FIKRetargetCopyBasePoseOpSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCopyBasePose | bool | When true, will copy all the source bone transforms with matching names to use as a base pose. | Retargeter/RetargetOps/CopyBasePoseOp.h |
|
| BonesToExclude | TArray< FBoneReference > | Bones added to this list (and their children) will not have their pose copied. | Retargeter/RetargetOps/CopyBasePoseOp.h |
|
| CopyFromStart | FBoneReference | Filters the bones to copy when using "Copy Base Pose". | Retargeter/RetargetOps/CopyBasePoseOp.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Serialize
(
FArchive& Ar |
Retargeter/RetargetOps/CopyBasePoseOp.h |
Overridden from FIKRetargetOpSettingsBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CopySettingsAtRuntime
(
const FIKRetargetOpSettingsBase* InSettingsToCopyFrom |
(required) override to specify how settings should be applied in a way that will not require reinitialization (ie runtime compatible) | Retargeter/RetargetOps/CopyBasePoseOp.h | |
virtual const UClass * GetControllerType() |
(optional, but recommended) provide a custom controller type (deriving from UIKRetargetOpControllerBase) as an API for editing the op NOTE: this type will automatically be lazy instantiated when/if the user calls GetController() on the op. | Retargeter/RetargetOps/CopyBasePoseOp.h | |
virtual void PostLoad
(
const FIKRigObjectVersion::Type InVersion |
Custom serialization to handle conversion from deprecated CopyBasePoseRoot to CopyFromStart | Retargeter/RetargetOps/CopyBasePoseOp.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CopyBasePoseRoot_DEPRECATED | FName | Converted on PostLoad | Retargeter/RetargetOps/CopyBasePoseOp.h |
|