Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TCircularQueue
| Type | Name | Description | |
|---|---|---|---|
| bool | Enqueue
(
const FElementType& Element |
Adds an item to the end of the queue.To be called only from producer thread. | |
| bool | Enqueue
(
FElementType&& Element |
Adds an item to the end of the queue.To be called only from producer thread. |