Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TFutureBase
Description
Set a completion callback that will be called once the future completes or immediately if already completed
| Name | Then |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Future.h |
| Include Path | #include "Async/Future.h" |
template<typename Func>
auto Then
(
Func Continuation
)
nothing at the moment but could return another future to allow future chaining
Parameters
| Name | Remarks |
|---|---|
| Continuation | a continuation taking an argument of type TFuture |