Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/TResizableCircularQueue
Description
Push single element to the back of the Queue, returning a reference to it. POD types will not be initialized.
| Name | Enqueue_GetRef |
| 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_GetRef()
See Also
- EnqueueDefaulted_GetRef