Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMoverStandaloneLiaisonComponent
Description
Sets whether this instance's produce input can run on worker threads or not. See @bUseAsyncProduceInput and @SetEnableProduceInput
| Name | SetUseAsyncProduceInput |
| 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 SetUseAsyncProduceInput
(
bool bUseAsyncInputProduction
)