FNboSerializeFromBuffer::ReadBinaryArray

Reads a blob of data from the buffer into an array Prevents the necessity for additional allocation.

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "NboSerializer.h"

Syntax

void ReadBinaryArray
(
    TArray< uint8 > & OutArray,
    uint32 NumToRead
)

Remarks

Reads a blob of data from the buffer into an array Prevents the necessity for additional allocation.

Parameters

Parameter

Description

OutArray

the destination array

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