Navigation
API > API/Plugins > API/Plugins/IKRig
| Name | FIKRetargetAdditivePoseOpSettings |
| Type | struct |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/RetargetPoseOp.h |
| Include Path | #include "Retargeter/RetargetOps/RetargetPoseOp.h" |
Syntax
USTRUCT (BlueprintType , Meta=(DisplayName="Additive Pose Op Settings"))
struct FIKRetargetAdditivePoseOpSettings : public FIKRetargetOpSettingsBase
Inheritance Hierarchy
- FIKRetargetOpSettingsBase → FIKRetargetAdditivePoseOpSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Alpha | float | Blend the amount of the pose to apply | Retargeter/RetargetOps/RetargetPoseOp.h |
|
| PoseToApply | FName | A retarget pose that is applied additively to the output pose of the target skeleton | Retargeter/RetargetOps/RetargetPoseOp.h |
|
Functions
Public
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/RetargetPoseOp.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/RetargetPoseOp.h |