TRingBuffer::Serialize

Serializes the internal buffer into 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

void Serialize
(
    DataType * SerialBuffer
) const

Remarks

Serializes the internal buffer into the given buffer

Parameters

Parameter

Description

SerialBuffer

A preallocated buffer to copy data into

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