Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/ULayeredMoveLogic
Description
Returns true if this logic class supports async (worker-thread) execution via GenerateMove_Async. Subclasses that override GenerateMove_Async must also return true here.
Derived Overrides
| Name | SupportsAsync |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/LayeredMoveBase.h |
| Include Path | #include "LayeredMoveBase.h" |
virtual bool SupportsAsync() const