Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net
Inheritance Hierarchy
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Net/DataBunch.h |
| Include | #include "Net/DataBunch.h" |
Syntax
class FOutBunch : public FNetBitWriter
Remarks
A bunch of data to send.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8: 1 | bClose | ||
| uint8: 1 | bHasMustBeMappedGUIDs | ||
| uint8: 1 | bHasPackageMapExports | ||
| uint8: 1 | bIsReplicationPaused | ||
| uint8: 1 | bOpen | ||
| uint8: 1 | bPartial | ||
| uint8: 1 | bPartialCustomExportsFinal | ||
| uint8: 1 | bPartialFinal | ||
| uint8: 1 | bPartialInitial | ||
| uint8: 1 | bReliable | ||
| UChannel * | Channel | ||
| int32 | ChIndex | ||
| FName | ChName | ||
| int32 | ChSequence | ||
| EChannelCloseReason | CloseReason | ||
| FString | DebugString | ||
| TArray< FNetworkGUID > | ExportNetGUIDs | ||
| TArray< uint64 > | NetFieldExports | ||
| TArray< UE::Net::FNetToken, TInlineAllocator< 4 > > | NetTokensPendingExport | ||
| FOutBunch * | Next | Variables. | |
| int32 | PacketId | ||
| uint8: 1 | ReceivedAck | ||
| double | Time |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOutBunch () |
Functions. | ||
| PRAGMA_DISABLE_DEPRECATION_WARNINGS | |||
FOutBunch
(
UPackageMap* PackageMap, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_ENABLE_DEPRECATION_WARNINGS | ~FOutBunch () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | |||
| void | SetDebugString
(
FString DebugStr |
||
| FString | ToString () |
Overridden from FBitWriter
| Type | Name | Description | |
|---|---|---|---|
| void | CountMemory
(
FArchive& Ar |
Counts the in-memory bytes used by this object |
Overridden from FArchiveState
| Type | Name | Description | |
|---|---|---|---|
| void | Reset () |
Resets the bit writer back to its initial state |