unreal.IKRetargetSpeedPlantingController

class unreal.IKRetargetSpeedPlantingController(outer: Object | None = None, name: Name | str = 'None')

Bases: IKRetargetOpControllerBase

The blueprint/python API for editing a Speed Planting Op

C++ Source:

  • Plugin: IKRig

  • Module: IKRig

  • File: SpeedPlantingOp.h

get_settings() IKRetargetSpeedPlantingOpSettings
Get the current op settings as a struct.
Returns:

FIKRetargetSpeedPlantingOpSettings struct with the current settings used by the op.

Return type:

IKRetargetSpeedPlantingOpSettings

set_settings(settings) None
Set the op settings. Input is a custom struct type for this op.
Parameters:

settings (IKRetargetSpeedPlantingOpSettings) – a FIKRetargetSpeedPlantingOpSettings struct containing all the settings to apply to this op