Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/FLayeredMoveBase
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.
Derived Overrides
- FLayeredMove_AnimRootMotion_SimDriven::SupportsAsync
- FLayeredMove_Launch::SupportsAsync
- FLayeredMove_LinearVelocity::SupportsAsync
| Name | SupportsAsync |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/LayeredMove.h |
| Include Path | #include "LayeredMove.h" |
virtual bool SupportsAsync() const