Navigation
API > API/Plugins > API/Plugins/IKRig
| Name | FIKRetargetIKChainsOpSettings |
| Type | struct |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/IKChainsOp.h |
| Include Path | #include "Retargeter/RetargetOps/IKChainsOp.h" |
Syntax
USTRUCT (BlueprintType , Meta=(DisplayName="Retarget IK Goals Settings"))
struct FIKRetargetIKChainsOpSettings : public FIKRetargetOpSettingsBase
Inheritance Hierarchy
- FIKRetargetOpSettingsBase → FIKRetargetIKChainsOpSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDrawFinalGoals | bool | Draw final IK goal locations. | Retargeter/RetargetOps/IKChainsOp.h |
|
| bDrawSourceLocations | bool | Draw goal locations from source skeleton. | Retargeter/RetargetOps/IKChainsOp.h |
|
| ChainsToRetarget | TArray< FRetargetIKChainSettings > | Retargeter/RetargetOps/IKChainsOp.h |
|
|
| GoalDrawSize | double | Adjust size of goal debug drawing in viewport. | Retargeter/RetargetOps/IKChainsOp.h |
|
| GoalDrawThickness | double | Adjust thickness of goal debug drawing in viewport. | Retargeter/RetargetOps/IKChainsOp.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Serialize
(
FArchive& Ar |
Retargeter/RetargetOps/IKChainsOp.h |
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/IKChainsOp.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/IKChainsOp.h | |
virtual void PostLoad
(
const FIKRigObjectVersion::Type InVersion |
(optional) called during the PostLoad of the owning asset. | Retargeter/RetargetOps/IKChainsOp.h |