Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Inheritance Hierarchy
- FArchiveState
- FArchive
- FBitArchive
- FBitReader
- FNetBitReader
- FInBunch
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/CoreNet.h |
Include | #include "UObject/CoreNet.h" |
Syntax
class FNetBitReader : public FBitReader
Remarks
FNetBitWriter A bit writer that serializes FNames and UObject* through a network packagemap. FNetBitReader A bit reader that serializes FNames and UObject* through a network packagemap.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TPimplPtr< UE::Net::FNetResult, EPimplPtrMode::DeepCopy > | ExtendedError | Stores additional error information. |
![]() |
UPackageMap * | PackageMap |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FNetBitReader
(
UPackageMap* InPackageMap, |
Overridden from FBitReader
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
void | CountMemory
(
FArchive& Ar |
Counts the in-memory bytes used by this object |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FArchive & | operator<<
(
FName& Value |
Serializes an FName value from or into this archive. |
![]() ![]() |
FArchive & | operator<<
(
UObject*& Value |
Serializes an UObject value from or into this archive. |
![]() ![]() |
FArchive & | operator<<
(
FSoftObjectPath& Value |
Serializes soft object paths from or into this archive. |
![]() ![]() |
FArchive & | operator<<
(
FSoftObjectPtr& Value |
Serializes asset pointer from or into this archive. |
![]() ![]() |
FArchive & | operator<<
(
FObjectPtr& Value |
Serializes a wrapped object pointer value from or into this archive. |
![]() ![]() |
FArchive & | operator<<
(
FWeakObjectPtr& Value |
Serializes FWeakObjectPtr value from or into this archive. |