Navigation
API > API/Plugins > API/Plugins/IKRig
| Name | FIKRetargetCopyBasePoseOp |
| Type | struct |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/CopyBasePoseOp.h |
| Include Path | #include "Retargeter/RetargetOps/CopyBasePoseOp.h" |
Syntax
USTRUCT (BlueprintType , Meta=(DisplayName="Copy Base Pose"))
struct FIKRetargetCopyBasePoseOp : public FIKRetargetOpBase
Inheritance Hierarchy
- FIKRetargetOpBase → FIKRetargetCopyBasePoseOp
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Settings | FIKRetargetCopyBasePoseOpSettings | Retargeter/RetargetOps/CopyBasePoseOp.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChildrenToUpdate | TArray< int32 > | Children of bones that are copied that need manually updated | Retargeter/RetargetOps/CopyBasePoseOp.h | |
| SourceToTargetBoneIndexMap | TMap< int32, int32 > | Mapping from source bones to target bone indices NOTE: this map will only contain bones with the same name in both skeletons that are below the CopyFromStart (if specified) | Retargeter/RetargetOps/CopyBasePoseOp.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/CopyBasePoseOp.h | |
virtual const UScriptStruct * GetSettingsType() |
(required) override and return the type used to house the settings for this operation | Retargeter/RetargetOps/CopyBasePoseOp.h | |
virtual const UScriptStruct * GetType() |
(required) override and return the type of this op (the derived subclass) | Retargeter/RetargetOps/CopyBasePoseOp.h | |
virtual bool Initialize
(
const FIKRetargetProcessor& InProcessor, |
NOTE: this op does not do anything in Initialize() or Run(). | Retargeter/RetargetOps/CopyBasePoseOp.h | |
virtual bool IsSingleton() |
(optional) return true to disallow multiple copies of this op in the stack | Retargeter/RetargetOps/CopyBasePoseOp.h | |
virtual void Run
(
FIKRetargetProcessor& InProcessor, |
(optional) override to evaluate this operation and modify the output pose | Retargeter/RetargetOps/CopyBasePoseOp.h |