Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMoverStandaloneLiaisonComponent
Description
Sets whether this instance's produce-input tick will run at all. It may be useful to disable on actors that don't rely on Mover input to move.
| Name | SetEnableProduceInput |
| 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 SetEnableProduceInput
(
bool bEnableInputProduction
)