TRingBuffer::Top

Gets the last data word in the FIFO (i.e. most recently pushed).

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Online/BuildPatchServices/Private/Core/RingBuffer.h

Include

#include "Core/RingBuffer.h"

Syntax

const DataType & Top() const

Remarks

Gets the last data word in the FIFO (i.e. most recently pushed).

Returns

The last data word

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