Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSpscQueue
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns empty TOptional if queue is empty | Containers/SpscQueue.h | ||
bool Dequeue
(
ElementType& OutElem |
Containers/SpscQueue.h |
Dequeue()
Description
Returns empty TOptional if queue is empty
| Name | Dequeue |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SpscQueue.h |
| Include Path | #include "Containers/SpscQueue.h" |
TOptional < ElementType > Dequeue()
Dequeue(ElementType &)
| Name | Dequeue |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SpscQueue.h |
| Include Path | #include "Containers/SpscQueue.h" |
bool Dequeue
(
ElementType & OutElem
)