Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/TResizableCircularQueue
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ElementT & Enqueue () |
Push single element to the back of the Queue, returning a reference to it. | Net/Core/Misc/ResizableCircularQueue.h | |
void Enqueue
(
const ElementT& SrcData |
Push single element to the back of the Queue | Net/Core/Misc/ResizableCircularQueue.h |
Enqueue()
Description
Push single element to the back of the Queue, returning a reference to it. POD types will not be initialized.
| Name | Enqueue |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/Misc/ResizableCircularQueue.h |
| Include Path | #include "Net/Core/Misc/ResizableCircularQueue.h" |
ElementT & Enqueue()
See Also
-
Enqueue_GetRef
-
EnqueueDefaulted_GetRef
Enqueue(const ElementT &)
Description
Push single element to the back of the Queue
| Name | Enqueue |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/Misc/ResizableCircularQueue.h |
| Include Path | #include "Net/Core/Misc/ResizableCircularQueue.h" |
void Enqueue
(
const ElementT & SrcData
)