Navigation
API > API/Plugins > API/Plugins/IKRig
| Name | FRetargetSpeedPlantingSettings |
| Type | struct |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/SpeedPlantingOp.h |
| Include Path | #include "Retargeter/RetargetOps/SpeedPlantingOp.h" |
Syntax
USTRUCT (BlueprintType )
struct FRetargetSpeedPlantingSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Retargeter/RetargetOps/SpeedPlantingOp.h | |||
FRetargetSpeedPlantingSettings
(
const FName InTargetChainName |
Retargeter/RetargetOps/SpeedPlantingOp.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Alpha | float | Range 0 to 1. | Retargeter/RetargetOps/SpeedPlantingOp.h |
|
| SpeedCurveName | FName | The name of the curve on the source animation that contains the speed of the end effector bone. | Retargeter/RetargetOps/SpeedPlantingOp.h |
|
| TargetChainName | FName | The name of the target chain to plant the IK on. | Retargeter/RetargetOps/SpeedPlantingOp.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName GetName() |
Retargeter/RetargetOps/SpeedPlantingOp.h | ||
void SetName
(
const FName InName |
Retargeter/RetargetOps/SpeedPlantingOp.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FRetargetSpeedPlantingSettings& Other |
Retargeter/RetargetOps/SpeedPlantingOp.h |