Navigation
API > API/Runtime > API/Runtime/NetCommon > API/Runtime/NetCommon/Net > API/Runtime/NetCommon/Net/Common > API/Runtime/NetCommon/Net/Common/Packets
References
| Module | NetCommon |
| Header | /Engine/Source/Runtime/Net/Common/Public/Net/Common/Packets/PacketView.h |
| Include | #include "Net/Common/Packets/PacketView.h" |
Syntax
class FPacketDataView
Remarks
Represent a restricted view of packet data, with bit-based size, allowing data to be reassigned to point elsewhere, but not allowing the data being pointed to, to be modified.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPacketDataView
(
const uint8* InData, |
Constructs a view of packet data with bit-based size. | ||
FPacketDataView
(
const uint8* InData, |
Constructs a view of packet data with byte-based size. |