Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/FLayeredMove_Launch
Description
Returns true if this move supports async (worker thread) execution via GenerateMove_Async. Moves that return false will only have GenerateMove called on them, never GenerateMove_Async.
Virtual Inheritance
- FLayeredMoveBase::SupportsAsync → FLayeredMove_Launch::SupportsAsync
| Name | SupportsAsync |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/DefaultMovementSet/LayeredMoves/LaunchMove.h |
| Include Path | #include "DefaultMovementSet/LayeredMoves/LaunchMove.h" |
virtual bool SupportsAsync() const