FNboSerializeFromBuffer::ReadBinary

Reads a blob of data from the buffer

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "NboSerializer.h"

Syntax

void ReadBinary
(
    uint8 * OutBuffer,
    uint32 NumToRead
)

Remarks

Reads a blob of data from the buffer

Parameters

Parameter

Description

OutBuffer

the destination buffer

NumToRead

the size of the blob to read

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