FNboSerializeToBuffer::WriteBinary

Writes a blob of data to the buffer

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/NboSerializer.h

Include

#include "NboSerializer.h"

Syntax

void WriteBinary
(
    const uint8 * Buffer,
    uint32 NumToWrite
)

Remarks

Writes a blob of data to the buffer

Parameters

Parameter

Description

Buffer

the source data to append

NumToWrite

the size of the blob to write

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