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