Navigation
API > API/Plugins > API/Plugins/IKRig
The blueprint/python API for editing a Speed Planting Op
| Name | UIKRetargetSpeedPlantingController |
| Type | class |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/SpeedPlantingOp.h |
| Include Path | #include "Retargeter/RetargetOps/SpeedPlantingOp.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UIKRetargetSpeedPlantingController : public UIKRetargetOpControllerBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UIKRetargetOpControllerBase → UIKRetargetSpeedPlantingController
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIKRetargetSpeedPlantingOpSettings GetSettings() |
Get the current op settings as a struct. | Retargeter/RetargetOps/SpeedPlantingOp.h |
|
void SetSettings
(
FIKRetargetSpeedPlantingOpSettings InSettings |
Set the op settings. Input is a custom struct type for this op. | Retargeter/RetargetOps/SpeedPlantingOp.h |
|