TRingBuffer::Enqueue

Pushes a data word to the end of the FIFO. WILL OVERWRITE OLDEST if full.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Core/RingBuffer.h"

Syntax

void Enqueue
(
    const DataType & Val
)

Remarks

Pushes a data word to the end of the FIFO. WILL OVERWRITE OLDEST if full.

Parameters

Parameter

Description

Val

The data word to push

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