Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TQueue
| Type | Name | Description | |
|---|---|---|---|
| FElementType * | Peek () |
Peek at the queue's tail item without removing it. | |
| const FElementType * | Peek () |
||
| bool | Peek
(
FElementType& OutItem |
Peeks at the queue's tail item without removing it.To be called only from consumer thread. |