Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TFutureBase
Description
Reset the future. Resetting a future removes any continuation from its shared state and invalidates it. Useful for discarding yet to be completed future cleanly.
| Name | Reset |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Future.h |
| Include Path | #include "Async/Future.h" |
void Reset()