Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Experimental > API/Runtime/Core/Experimental/Async > API/Runtime/Core/Experimental/Async/TAwaitableTask
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Experimental/Async/AwaitableTask.h |
| Include | #include "Experimental/Async/AwaitableTask.h" |
ReturnType Await()
Remarks
Await the Task Completion and get the result, this will assert if this is a Dummy Handle. Awaiting an initizialized but not launched task will run ('launch') it synchronously in the current thread. use BusyWaitUntilLaunched if you want to wait for launching the task on another thread.