Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TAwaitableTask
Description
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.
| Name | Await |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/Async/AwaitableTask.h |
| Include Path | #include "Experimental/Async/AwaitableTask.h" |
ReturnType Await()