Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FFutureState
Description
Checks whether the asynchronous result has been set.
| Name | IsComplete |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Future.h |
| Include Path | #include "Async/Future.h" |
bool IsComplete() const
true if the result has been set, false otherwise.
See Also
- WaitFor