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