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" |
ElementType PopFrontValue&40;&41;
Remarks
Pop one element from the front pointer of the RingBuffer and return the popped value. Invalid to call when the RingBuffer is empty.