Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRingBuffer
Description
Pop one element from the back pointer of the RingBuffer and return the popped value. Invalid to call when the RingBuffer is empty.
| Name | PopValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/RingBuffer.h |
| Include Path | #include "Containers/RingBuffer.h" |
ElementType PopValue()