TRingBuffer::First

Return a reference to the element at the front pointer of the RingBuffer.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/RingBuffer.h"

Syntax

ElementType & First()

Remarks

Return a reference to the element at the front pointer of the RingBuffer. Invalid to call on an empty RingBuffer.

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