Navigation
API > API/Plugins > API/Plugins/IKRig
| Name | FIKRetargetFloorConstraintOpSettings |
| Type | struct |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/FloorConstraintOp.h |
| Include Path | #include "Retargeter/RetargetOps/FloorConstraintOp.h" |
Syntax
USTRUCT (BlueprintType , Meta=(DisplayName="Floor Goal Op Settings"))
struct FIKRetargetFloorConstraintOpSettings : public FIKRetargetOpSettingsBase
Inheritance Hierarchy
- FIKRetargetOpSettingsBase → FIKRetargetFloorConstraintOpSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChainsToAffect | TArray< FFloorConstraintChainSettings > | The per-chain settings (exposed indirectly to the UI through a detail customization) | Retargeter/RetargetOps/FloorConstraintOp.h |
|
| HeightFalloffDistance | double | Range 0 to inf. | Retargeter/RetargetOps/FloorConstraintOp.h |
|
| HeightFalloffOffset | double | Range 0 to inf. | Retargeter/RetargetOps/FloorConstraintOp.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/FloorConstraintOp.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/FloorConstraintOp.h |