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 |
|---|---|---|---|---|
| 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 |
|