Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TCircularQueue
Description
Checks whether the queue is empty.
Can be called from any thread. The result reflects the calling thread's current view. Since no locking is used, different threads may return different results.
| Name | IsEmpty |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/CircularQueue.h |
| Include Path | #include "Containers/CircularQueue.h" |
bool IsEmpty() const
true if the queue is empty, false otherwise.
See Also
-
IsFull