Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TFuture
Description
Expose Next functionality
| Name | Next |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Future.h |
| Include Path | #include "Async/Future.h" |
template<typename Func>
auto Next
(
Func Continuation
)