Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMoverStandaloneLiaisonComponent
Description
Sets whether this instance's movement simulation tick can run on worker threads or not. See @bUseAsyncMovementSimulationTick
| Name | SetUseAsyncMovementSimulationTick |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/Backends/MoverStandaloneLiaison.h |
| Include Path | #include "Backends/MoverStandaloneLiaison.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/Backends/MoverStandaloneLiaison.cpp |
UFUNCTION (BlueprintCallable, Category="Ticking")
void SetUseAsyncMovementSimulationTick
(
bool bUseAsyncMovementSim
)