Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TCircularQueue > API/Runtime/Core/Containers/TCircularQueue/Dequeue
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/CircularQueue.h |
| Include | #include "Containers/CircularQueue.h" |
bool Dequeue&40;&41;
Remarks
Removes an item from the front of the queue.
To be called only from consumer thread. true if an element has been removed, false if the queue was empty.