Navigation
API > API/Plugins > API/Plugins/MoverExamples > API/Plugins/MoverExamples/AMoverExamplesCharacter
References
| Module | MoverExamples |
| Header | /Engine/Plugins/Experimental/MoverExamples/Source/MoverExamples/Public/MoverExamplesCharacter.h |
| Include | #include "MoverExamplesCharacter.h" |
UFUNCTION (BlueprintImplementableEvent, DisplayName="On Produce Input",
Meta=(ScriptName="OnProduceInput"))
FMoverInputCmdContext OnProduceInputInBlueprint
(
float DeltaMs,
FMoverInputCmdContext InputCmd
)
Remarks
Implement this event in Blueprints to author input for the next simulation frame. Consider also calling Parent event.