Navigation
API > API/Plugins > API/Plugins/IKRig
| Name | FIKRetargetRootMotionOp |
| Type | struct |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h |
| Include Path | #include "Retargeter/RetargetOps/RootMotionGeneratorOp.h" |
Syntax
USTRUCT (BlueprintType , Meta=(DisplayName="Root Motion"))
struct FIKRetargetRootMotionOp : public FIKRetargetOpBase
Inheritance Hierarchy
- FIKRetargetOpBase → FIKRetargetRootMotionOp
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Settings | FIKRetargetRootMotionOpSettings | Retargeter/RetargetOps/RootMotionGeneratorOp.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NonRetargetedChildrenOfRoot | TArray< int32 > | Retargeter/RetargetOps/RootMotionGeneratorOp.h | ||
| SourceRootIndex | int32 | Retargeter/RetargetOps/RootMotionGeneratorOp.h | ||
| SourceRootInRefPose | FTransform | Retargeter/RetargetOps/RootMotionGeneratorOp.h | ||
| TargetPelvisIndex | int32 | Retargeter/RetargetOps/RootMotionGeneratorOp.h | ||
| TargetPelvisInRefPose | FTransform | Retargeter/RetargetOps/RootMotionGeneratorOp.h | ||
| TargetPelvisRelativeToTargetRootRefPose | FTransform | Retargeter/RetargetOps/RootMotionGeneratorOp.h | ||
| TargetRootIndex | int32 | Retargeter/RetargetOps/RootMotionGeneratorOp.h | ||
| TargetRootInRefPose | FTransform | Retargeter/RetargetOps/RootMotionGeneratorOp.h |
Functions
Public
Overridden from FIKRetargetOpBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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/RootMotionGeneratorOp.h | |
virtual const UScriptStruct * GetSettingsType() |
(required) override and return the type used to house the settings for this operation | Retargeter/RetargetOps/RootMotionGeneratorOp.h | |
virtual const UScriptStruct * GetType() |
(required) override and return the type of this op (the derived subclass) | Retargeter/RetargetOps/RootMotionGeneratorOp.h | |
virtual FText GetWarningMessage() |
(optional) override to display a warning message in the op stack | Retargeter/RetargetOps/RootMotionGeneratorOp.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/RootMotionGeneratorOp.h | |
virtual void OnAddedToStack
(
const UIKRetargeter* InRetargetAsset, |
(optional) override to automate initial setup after being added to the stack | Retargeter/RetargetOps/RootMotionGeneratorOp.h | |
virtual void PostInitialize
(
const FIKRetargetProcessor& InProcessor, |
(optional) a second pass of initialization that ops can use after Op::Initialize() is called on all ops. | Retargeter/RetargetOps/RootMotionGeneratorOp.h | |
virtual void Run
(
FIKRetargetProcessor& InProcessor, |
(optional) override to evaluate this operation and modify the output pose | Retargeter/RetargetOps/RootMotionGeneratorOp.h |