Navigation
API > API/Plugins > API/Plugins/IKRig
BEGIN DEPRECATED UOBJECT-based OP
| Name | URootMotionGeneratorOp |
| Type | class |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h |
| Include Path | #include "Retargeter/RetargetOps/RootMotionGeneratorOp.h" |
Syntax
UCLASS (MinimalAPI)
class URootMotionGeneratorOp : public URetargetOpBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → URetargetOpBase → URootMotionGeneratorOp
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bMaintainOffsetFromPelvis | bool | Retargeter/RetargetOps/RootMotionGeneratorOp.h | ||
| bPropagateToNonRetargetedChildren | bool | Retargeter/RetargetOps/RootMotionGeneratorOp.h | ||
| bRotateWithPelvis | bool | Retargeter/RetargetOps/RootMotionGeneratorOp.h | ||
| GlobalOffset | FTransform | Retargeter/RetargetOps/RootMotionGeneratorOp.h | ||
| RootHeightSource | ERootMotionHeightSource | Retargeter/RetargetOps/RootMotionGeneratorOp.h | ||
| RootMotionSource | ERootMotionSource | Retargeter/RetargetOps/RootMotionGeneratorOp.h | ||
| SourceRootBone | FName | Retargeter/RetargetOps/RootMotionGeneratorOp.h | ||
| TargetPelvisBone | FName | Retargeter/RetargetOps/RootMotionGeneratorOp.h | ||
| TargetRootBone | FName | Retargeter/RetargetOps/RootMotionGeneratorOp.h |
Functions
Public
Overridden from URetargetOpBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ConvertToInstancedStruct
(
FInstancedStruct& OutInstancedStruct |
This is the deprecation upgrade path for solvers that inherit from UIKRigSolver to convert them to FIKRigSolverBase override this and supply a struct into OutInstancedStruct that derives from FIKRigSolverBase that implements your custom solver. | Retargeter/RetargetOps/RootMotionGeneratorOp.h |