Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TQueue
Description
Checks whether the queue is empty.
To be called only from consumer thread.
| Name | IsEmpty |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Queue.h |
| Include Path | #include "Containers/Queue.h" |
bool IsEmpty() const
true if the queue is empty, false otherwise.