unreal.MoverInputProducerInterface

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

Bases: Interface

Mover Input Producer Interface

C++ Source:

  • Plugin: Mover

  • Module: Mover

  • File: MoverSimulationTypes.h

produce_input(sim_time_ms) MoverInputCmdContext

Contributes additions to the input cmd for this simulation frame. Typically this is translating accumulated user input (or AI state) into parameters that affect movement.

Parameters:

sim_time_ms (int32) –

Returns:

input_cmd_result (MoverInputCmdContext):

Return type:

MoverInputCmdContext