Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/TResizableCircularQueue
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Pop () |
Pop elements from the front of the queue | Net/Core/Misc/ResizableCircularQueue.h | |
void Pop
(
SIZE_T Count |
Pop Count elements from the front of the queue | Net/Core/Misc/ResizableCircularQueue.h |
Pop()
Description
Pop elements from the front of the queue
| Name | Pop |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/Misc/ResizableCircularQueue.h |
| Include Path | #include "Net/Core/Misc/ResizableCircularQueue.h" |
void Pop()
Pop(SIZE_T)
Description
Pop Count elements from the front of the queue
| Name | Pop |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/Misc/ResizableCircularQueue.h |
| Include Path | #include "Net/Core/Misc/ResizableCircularQueue.h" |
void Pop
(
SIZE_T Count
)