Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TQueue
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Queue.h |
| Include | #include "Containers/Queue.h" |
bool Dequeue
&40;
FElementType & OutItem
&41;
Remarks
Removes and returns the item from the tail of the queue.
To be called only from consumer thread. true if a value was returned, false if the queue was empty.
Parameters
| Name | Description |
|---|---|
| OutValue | Will hold the returned value. |