Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/ULinearVelocityMoveLogic
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.
Virtual Inheritance
- ULayeredMoveLogic::SupportsAsync → ULinearVelocityMoveLogic::SupportsAsync
| Name | SupportsAsync |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/DefaultMovementSet/LayeredMoves/BasicLayeredMoves.h |
| Include Path | #include "DefaultMovementSet/LayeredMoves/BasicLayeredMoves.h" |
virtual bool SupportsAsync() const