Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/FMovementModifierBase
Description
Begin Async API The async API is used by the async friendly mover simulation class which is currently implemented in ChaosMover for async physics support. The standard Mover update does not currently require these async functions to be implemented
| Name | OnStart_Async |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MovementModifier.h |
| Include Path | #include "MovementModifier.h" |
virtual void OnStart_Async
(
const FMovementModifierParams_Async & Params
)