TRingBuffer::PopValue

Pop one element from the back pointer of the RingBuffer and return the popped value.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/RingBuffer.h

Include

#include "Containers/RingBuffer.h"

Syntax

ElementType PopValue()

Remarks

Pop one element from the back pointer of the RingBuffer and return the popped value. Invalid to call when the RingBuffer is empty.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss