Choose your operating system:
Windows
macOS
Linux
| FArchiveState
|
Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/CoreNet.h |
Include |
#include "UObject/CoreNet.h" |
class FNetBitReader : public FBitReader
FNetBitReader A bit reader that serializes FNames and UObject* through a network packagemap.
Name | Description | ||
---|---|---|---|
|
ExtendedError |
Stores additional error information. |
|
|
UPackageMap ... |
PackageMap |
Name | Description | |
---|---|---|
|
FNetBitReader ( |
Name | Description | ||
---|---|---|---|
|
CountMemory ( |
Counts the in-memory bytes used by this object |
Name | Description | ||
---|---|---|---|
|
FArchive & |
operator<< ( |
Serializes an FName value from or into this archive. |
|
FArchive & |
operator<< ( |
Serializes an UObject value from or into this archive. |
|
FArchive & |
operator<< ( |
Serializes soft object paths from or into this archive. |
|
FArchive & |
operator<< ( |
Serializes asset pointer from or into this archive. |
|
FArchive & |
operator<< ( |
Serializes a wrapped object pointer value from or into this archive. |
|
FArchive & |
operator<< ( |
Serializes FWeakObjectPtr value from or into this archive. |