Navigation
API > API/Plugins > API/Plugins/Mover
Inheritance Hierarchy
- IInterface
- IMoverInputProducerInterface
- AMoverExamplesCharacter
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverSimulationTypes.h |
| Include | #include "MoverSimulationTypes.h" |
Syntax
class IMoverInputProducerInterface : public IInterface
Remarks
MoverInputProducerInterface: API for any object that can produce input for a Mover simulation frame
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ProduceInput
(
int32 SimTimeMs, |
Contributes additions to the input cmd for this simulation frame. |