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