Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TCircularQueue
| Type | Name | Description | |
|---|---|---|---|
| bool | Dequeue () |
Removes an item from the front of the queue.To be called only from consumer thread. | |
| bool | Dequeue
(
FElementType& OutElement |
Removes an item from the front of the queue.To be called only from consumer thread. |