TRingBuffer::Dequeue

Take the next set of data words from the FIFO buffer.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Core/RingBuffer.h"

Syntax

uint32 Dequeue
(
    DataType * ValBuf,
    const uint32 & BufLen
)

Remarks

Take the next set of data words from the FIFO buffer.

Returns

the number of words actually copied

Parameters

Parameter

Description

ValBuf

The buffer to receive the data

BufLen

The number of words requested

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