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 |
|
| 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 |
|
| FloorConstraintWeight | double | Range 0 to 1. | Retargeter/RetargetOps/PelvisMotionOp.h |
|
| RotationAlpha | double | Range 0 to 1. | Retargeter/RetargetOps/PelvisMotionOp.h |
|
| RotationOffsetGlobal | FRotator | Applies a static global-space rotation offset to the pelvis. | Retargeter/RetargetOps/PelvisMotionOp.h |
|
| RotationOffsetLocal | FRotator | Applies a static local-space rotation offset to the 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 |
|
| SourceCrotchOffset | double | A negative vertical offset in cm relative to the Pelvis bone of the SOURCE. | Retargeter/RetargetOps/PelvisMotionOp.h |
|
| SourcePelvisBone | FBoneReference | The Pelvis bone on the source skeleton to copy motion FROM. | Retargeter/RetargetOps/PelvisMotionOp.h |
|
| TargetCrotchOffset | double | A negative vertical offset in cm relative to the Pelvis bone of the TARGET. | 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 |
|
| TranslationOffsetGlobal | FVector | Applies a static global-space translation offset to the pelvis. | Retargeter/RetargetOps/PelvisMotionOp.h |
|
| TranslationOffsetLocal | FVector | Applies a static local-space translation offset to the pelvis. | Retargeter/RetargetOps/PelvisMotionOp.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Serialize
(
FArchive& Ar |
Retargeter/RetargetOps/PelvisMotionOp.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/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 | ||
virtual void PostLoad
(
const FIKRigObjectVersion::Type InVersion |
(optional) called during the PostLoad of the owning asset. | Retargeter/RetargetOps/PelvisMotionOp.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnableDebugDraw_DEPRECATED | bool | Retargeter/RetargetOps/PelvisMotionOp.h |
|
|
| RotationOffset_DEPRECATED | FRotator | Retargeter/RetargetOps/PelvisMotionOp.h |
|
|
| TranslationOffset_DEPRECATED | FVector | Retargeter/RetargetOps/PelvisMotionOp.h |
|