Navigation
API > API/Plugins > API/Plugins/IKRig
| Name | FIKRetargetPelvisMotionOp |
| 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"))
struct FIKRetargetPelvisMotionOp : public FIKRetargetOpBase
Inheritance Hierarchy
- FIKRetargetOpBase → FIKRetargetPelvisMotionOp
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DebugDataMutex | FCriticalSection | Retargeter/RetargetOps/PelvisMotionOp.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentPelvisTransform | FTransform | Retargeter/RetargetOps/PelvisMotionOp.h | ||
| Settings | FIKRetargetPelvisMotionOpSettings | Retargeter/RetargetOps/PelvisMotionOp.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GlobalScaleFactor | FVector | Retargeter/RetargetOps/PelvisMotionOp.h | ||
| Source | FPelvisSource | Transient work data | Retargeter/RetargetOps/PelvisMotionOp.h | |
| Target | FPelvisTarget | Retargeter/RetargetOps/PelvisMotionOp.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector GetAffectIKWeightAsVector() |
Retargeter/RetargetOps/PelvisMotionOp.h | ||
FVector GetGlobalScaleVector() |
Retargeter/RetargetOps/PelvisMotionOp.h | ||
int32 GetPelvisBoneIndex
(
ERetargetSourceOrTarget SourceOrTarget |
Retargeter/RetargetOps/PelvisMotionOp.h | ||
FName GetPelvisBoneName
(
ERetargetSourceOrTarget SourceOrTarget |
Retargeter/RetargetOps/PelvisMotionOp.h | ||
FVector GetPelvisTranslationOffset() |
Retargeter/RetargetOps/PelvisMotionOp.h |
Overridden from FIKRetargetOpBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CollectRetargetedBones
(
TSet< int32 >& OutRetargetedBones |
(optional) override and add any bones that your op modifies to the output TSet of bone indices Add indices of any bone that this op modifies. | Retargeter/RetargetOps/PelvisMotionOp.h | |
virtual void DebugDraw
(
FPrimitiveDrawInterface* InPDI, |
(optional) override to draw debug info into the editor viewport when the Op is selected | Retargeter/RetargetOps/PelvisMotionOp.h | |
virtual FIKRetargetOpSettingsBase * GetSettings () |
(required) override and return a pointer to the settings struct used by this operation NOTE: it is not permitted to modify the settings from inside this getter. | Retargeter/RetargetOps/PelvisMotionOp.h | |
virtual const UScriptStruct * GetSettingsType() |
(required) override and return the type used to house the settings for this operation | Retargeter/RetargetOps/PelvisMotionOp.h | |
virtual const UScriptStruct * GetType() |
(required) override and return the type of this op (the derived subclass) | Retargeter/RetargetOps/PelvisMotionOp.h | |
virtual FText GetWarningMessage() |
(optional) override to display a warning message in the op stack | Retargeter/RetargetOps/PelvisMotionOp.h | |
virtual bool HasDebugDrawing() |
(required if using DebugDraw()) return true to display the debug draw toggle in the UI | Retargeter/RetargetOps/PelvisMotionOp.h | |
virtual bool Initialize
(
const FIKRetargetProcessor& InProcessor, |
(optional) override to cache internal data when initializing the processor NOTE: you must set bIsInitialized to true to inform the retargeter that this op is ok to execute. | Retargeter/RetargetOps/PelvisMotionOp.h | |
virtual void OnAddedToStack
(
const UIKRetargeter* InRetargetAsset, |
(optional) override to automate initial setup after being added to the stack | Retargeter/RetargetOps/PelvisMotionOp.h | |
virtual void OnAssignIKRig
(
const ERetargetSourceOrTarget SourceOrTarget, |
(optional) override to react after user assigns a new IK Rig to all ops | Retargeter/RetargetOps/PelvisMotionOp.h | |
virtual void Run
(
FIKRetargetProcessor& InProcessor, |
(optional) override to evaluate this operation and modify the output pose | Retargeter/RetargetOps/PelvisMotionOp.h |