TRingBuffer::SerialCompare

Compare the memory in the FIFO to the memory in the given buffer

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Core/RingBuffer.h"

Syntax

int32 SerialCompare
(
    const DataType * SerialBuffer,
    uint32 CompareLen
) const

Remarks

Compare the memory in the FIFO to the memory in the given buffer

Returns

< 0 if data < SerialBuffer.. 0 if data == SerialBuffer... > 0 if data > SerialBuffer

Parameters

Parameter

Description

SerialBuffer

The buffer containing data to compare

CompareLen

The number of words to compare

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