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" |
bool IsReady&40;&41; const
Remarks
Checks whether this future object has its value set. true if this future has a shared state and the value has been set, false otherwise.