TRingBuffer::Peek

Get the next set of data words from the FIFO buffer without removing them.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Core/RingBuffer.h"

Syntax

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

Remarks

Get the next set of data words from the FIFO buffer without removing them.

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