Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TQueue
Description
Removes the item from the tail of the queue.
To be called only from consumer thread.
| Name | Pop |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Queue.h |
| Include Path | #include "Containers/Queue.h" |
bool Pop()
true if a value was removed, false if the queue was empty.