Navigation
API > API/Plugins > API/Plugins/Mover
MoverInputProducerInterface: API for any object that can produce input for a Mover simulation frame
| Name | IMoverInputProducerInterface |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverSimulationTypes.h |
| Include Path | #include "MoverSimulationTypes.h" |
Syntax
class IMoverInputProducerInterface : public IInterface
Implements Interfaces
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ProduceInput
(
int32 SimTimeMs, |
Contributes additions to the input cmd for this simulation frame. | MoverSimulationTypes.h |
|