Navigation
API > API/Plugins > API/Plugins/IKRig
| Name | FIKRetargetPelvisMotionOpSettings |
| Type | struct |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/PelvisMotionOp.h |
| Include Path | #include "Retargeter/RetargetOps/PelvisMotionOp.h" |
Syntax
USTRUCT (BlueprintType , Meta=(DisplayName="Pelvis Motion Settings"))
struct FIKRetargetPelvisMotionOpSettings : public FIKRetargetOpSettingsBase
Inheritance Hierarchy
- FIKRetargetOpSettingsBase → FIKRetargetPelvisMotionOpSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AffectIKHorizontal | double | Range 0 to 1. | Retargeter/RetargetOps/PelvisMotionOp.h |
|
| AffectIKVertical | double | Range 0 to 1. | Retargeter/RetargetOps/PelvisMotionOp.h |
|
| bEnableDebugDraw | bool | Toggle debug drawing on/off in the viewport | Retargeter/RetargetOps/PelvisMotionOp.h |
|
| BlendToSourceTranslation | double | Range 0 to 1. | Retargeter/RetargetOps/PelvisMotionOp.h |
|
| BlendToSourceTranslationWeights | FVector | Per-axis weights for the Blend to Source. | Retargeter/RetargetOps/PelvisMotionOp.h |
|
| DebugDrawSize | double | Adjust size of the debug drawing | Retargeter/RetargetOps/PelvisMotionOp.h |
|
| DebugDrawThickness | double | Adjust thickness of the debug drawing | Retargeter/RetargetOps/PelvisMotionOp.h |
|
| RotationAlpha | double | Range 0 to 1. | Retargeter/RetargetOps/PelvisMotionOp.h |
|
| RotationOffset | FRotator | Applies a static local-space rotation offset to the retarget pelvis. | Retargeter/RetargetOps/PelvisMotionOp.h |
|
| ScaleHorizontal | double | Default 1. Scales the translation of the pelvis in the horizontal plane (X,Y). | Retargeter/RetargetOps/PelvisMotionOp.h |
|
| ScaleVertical | double | Default 1. Scales the translation of the pelvis in the vertical direction (Z). | Retargeter/RetargetOps/PelvisMotionOp.h |
|
| SourcePelvisBone | FBoneReference | The Pelvis bone on the source skeleton to copy motion FROM. | Retargeter/RetargetOps/PelvisMotionOp.h |
|
| TargetPelvisBone | FBoneReference | The Pelvis bone on the target skeleton to copy motion TO. | Retargeter/RetargetOps/PelvisMotionOp.h |
|
| TranslationAlpha | double | Range 0 to 1. | Retargeter/RetargetOps/PelvisMotionOp.h |
|
| TranslationOffset | FVector | Applies a static component-space translation offset to the pelvis. | Retargeter/RetargetOps/PelvisMotionOp.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/PelvisMotionOp.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/PelvisMotionOp.h | |
| FBoneReference needs a skeleton for the UI widget. | Retargeter/RetargetOps/PelvisMotionOp.h |