Navigation
API > API/Plugins > API/Plugins/IKRig
The blueprint/python API for editing a Copy Base Pose Op
| Name | UIKRetargetCopyBasePoseController |
| Type | class |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/CopyBasePoseOp.h |
| Include Path | #include "Retargeter/RetargetOps/CopyBasePoseOp.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UIKRetargetCopyBasePoseController : public UIKRetargetOpControllerBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UIKRetargetOpControllerBase → UIKRetargetCopyBasePoseController
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddBoneToExclude
(
const FName InBoneName |
Add a bone to the "BonesToExclude" array | Retargeter/RetargetOps/CopyBasePoseOp.h |
|
| Get an array of all the excluded bones. | Retargeter/RetargetOps/CopyBasePoseOp.h |
|
|
FName GetCopyFromStart() |
Get the name of the bone to use as the "Copy From Start" in the op | Retargeter/RetargetOps/CopyBasePoseOp.h |
|
FIKRetargetCopyBasePoseOpSettings GetSettings() |
Get the current op settings as a struct. | Retargeter/RetargetOps/CopyBasePoseOp.h |
|
void ResetBonesToExclude() |
Reset the array of Bones to Exclude | Retargeter/RetargetOps/CopyBasePoseOp.h |
|
void SetCopyFromStart
(
const FName InBoneName |
Set the name of the bone to use as the "Copy From Start" in the op | Retargeter/RetargetOps/CopyBasePoseOp.h |
|
void SetSettings
(
FIKRetargetCopyBasePoseOpSettings InSettings |
Set the op settings. Input is a custom struct type for this op. | Retargeter/RetargetOps/CopyBasePoseOp.h |
|