Navigation
API > API/Plugins > API/Plugins/IKRig
| Name | FFloorConstraintChainSettings |
| 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 )
struct FFloorConstraintChainSettings : public FIKRetargetOpSkeletonProvider
Inheritance Hierarchy
- FIKRetargetOpSkeletonProvider → FFloorConstraintChainSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Retargeter/RetargetOps/FloorConstraintOp.h | |||
FFloorConstraintChainSettings
(
const FName InTargetChainName |
Retargeter/RetargetOps/FloorConstraintOp.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Alpha | double | Range 0 to 1. Default is 0. Blend the effect of the constraint on this goal on/off. | Retargeter/RetargetOps/FloorConstraintOp.h |
|
| bUseFoot | bool | If true, will use the foot definition for more accurate foot/ground retargeting. | Retargeter/RetargetOps/FloorConstraintOp.h |
|
| bUseToes | bool | If true, will use the toes definition for more accurate toe/ground collision. | Retargeter/RetargetOps/FloorConstraintOp.h |
|
| EnableFloorConstraint | bool | Whether to apply the floor constraint to the location of the IK goal on this chain. | Retargeter/RetargetOps/FloorConstraintOp.h |
|
| Foot | FFloorConstraintFootDefinition | Define the proportions of the target foot. | Retargeter/RetargetOps/FloorConstraintOp.h |
|
| MaintainHeightOffset | double | Range 0 to 1. | Retargeter/RetargetOps/FloorConstraintOp.h |
|
| TargetChainName | FName | The name of the TARGET chain to transfer animation onto. | Retargeter/RetargetOps/FloorConstraintOp.h |
|
| Toes | FFloorConstraintToesDefinition | Define the proportions of the target foot. | Retargeter/RetargetOps/FloorConstraintOp.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName GetName() |
Retargeter/RetargetOps/FloorConstraintOp.h | ||
void SetName
(
const FName InName |
Retargeter/RetargetOps/FloorConstraintOp.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FFloorConstraintChainSettings& Other |
Retargeter/RetargetOps/FloorConstraintOp.h |