Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TRingBuffer
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/RingBuffer.h |
| Include | #include "Containers/RingBuffer.h" |
void PopNoCheck
&40;
SizeType PopCount
&41;
Remarks
Pop the given number of elements (default: 1) from the back pointer of the RingBuffer. Invalid to call (and does not warn) with a number of elements greater than the current number of elements in the RingBuffer.