Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net
Inheritance Hierarchy
- FArchiveState
- FArchive
- FBitArchive
- FBitWriter
- FNetBitWriter
- FOutBunch
- FControlChannelOutBunch
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Net/DataBunch.h |
| Include | #include "Net/DataBunch.h" |
Syntax
struct FControlChannelOutBunch : public FOutBunch
Remarks
Out bunch for the control channel (special restrictions)
Constructors
| Type | Name | Description | |
|---|---|---|---|
FControlChannelOutBunch
(
UChannel* InChannel, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FArchive & | operator<<
(
FName& Name |
Serializes an FName value from or into this archive. | |
| FArchive & | operator<<
(
UObject*& Object |
Serializes an UObject value from or into this archive. |