Navigation
API > API/Plugins > API/Plugins/IKRig
| Name | FIKRetargetRunIKRigOpSettings |
| Type | struct |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/RunIKRigOp.h |
| Include Path | #include "Retargeter/RetargetOps/RunIKRigOp.h" |
Syntax
USTRUCT (BlueprintType , Meta=(DisplayName="Solve IK Goal Settings"))
struct FIKRetargetRunIKRigOpSettings : public FIKRetargetOpSettingsBase
Inheritance Hierarchy
- FIKRetargetOpSettingsBase → FIKRetargetRunIKRigOpSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDrawGoalBoneLocations | bool | Draw locations of the source bone (pre-solve) | Retargeter/RetargetOps/RunIKRigOp.h |
|
| bDrawGoals | bool | Draw IK goal locations. | Retargeter/RetargetOps/RunIKRigOp.h |
|
| ExcludedGoals | TArray< FName > | Goals in this list will be excluded from the rig | Retargeter/RetargetOps/RunIKRigOp.h |
|
| GoalDrawSize | double | Adjust size of goal debug drawing in viewport. | Retargeter/RetargetOps/RunIKRigOp.h |
|
| GoalDrawThickness | double | Adjust thickness of goal debug drawing in viewport. | Retargeter/RetargetOps/RunIKRigOp.h |
|
| IKRigAsset | TObjectPtr< const UIKRigDefinition > | The IK Rig asset to run when this op is executed. | Retargeter/RetargetOps/RunIKRigOp.h |
|
Functions
Public
Overridden from FIKRetargetOpSettingsBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CopySettingsAtRuntime
(
const FIKRetargetOpSettingsBase* InSettingsToCopyFrom |
(required) override to specify how settings should be applied in a way that will not require reinitialization (ie runtime compatible) | Retargeter/RetargetOps/RunIKRigOp.h | |
virtual const UClass * GetControllerType() |
(optional, but recommended) provide a custom controller type (deriving from UIKRetargetOpControllerBase) as an API for editing the op NOTE: this type will automatically be lazy instantiated when/if the user calls GetController() on the op. | Retargeter/RetargetOps/RunIKRigOp.h |