Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMpscQueue
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Containers/MpscQueue.h | |||
bool Dequeue
(
ElementType& OutElem |
Containers/MpscQueue.h |
Dequeue()
| Name | Dequeue |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/MpscQueue.h |
| Include Path | #include "Containers/MpscQueue.h" |
TOptional < ElementType > Dequeue()
Dequeue(ElementType &)
| Name | Dequeue |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/MpscQueue.h |
| Include Path | #include "Containers/MpscQueue.h" |
bool Dequeue
(
ElementType & OutElem
)