Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/IMoverInputProducerInterface
Description
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.
| Name | ProduceInput |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverSimulationTypes.h |
| Include Path | #include "MoverSimulationTypes.h" |
UFUNCTION (BlueprintNativeEvent)
void ProduceInput
(
int32 SimTimeMs,
FMoverInputCmdContext & InputCmdResult
)