Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/NboSerializer.h |
Include |
#include "NboSerializer.h" |
class FNboSerializeFromBuffer
Class used to read data from a NBO data buffer
Name | Description | |
---|---|---|
|
FNboSerializeFromBuffer() |
Hidden on purpose |
|
FNboSerializeFromBuffer() |
Hidden on purpose |
|
FNboSerializeFromBuffer |
Initializes the buffer, size, and zeros the read offset |
|
FNboSerializeFromBuffer |
Initializes the buffer, size, and zeros the read offset |
Name | Description | ||
---|---|---|---|
|
AvailableToRead() |
||
|
AvailableToRead() |
||
|
GetBufferSize() |
Returns the number of total bytes in the buffer |
|
|
GetBufferSize() |
Returns the number of total bytes in the buffer |
|
|
HasOverflow() |
Returns whether the buffer had an overflow when reading from it |
|
|
HasOverflow() |
Returns whether the buffer had an overflow when reading from it |
|
|
ReadBinary |
Reads a blob of data from the buffer |
|
|
ReadBinary |
Reads a blob of data from the buffer |
|
|
ReadBinaryArray |
Reads a blob of data from the buffer into an array Prevents the necessity for additional allocation. |
|
|
Seek ( |
Seek to the desired position in the buffer |
|
|
Seek ( |
Seek to the desired position in the buffer |
|
|
Tell() |
||
|
Tell() |