Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TCircularQueue
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/CircularQueue.h |
| Include | #include "Containers/CircularQueue.h" |
bool IsFull&40;&41; const
Remarks
Checks whether the queue is full.
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. true if the queue is full, false otherwise.