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