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/PacketTraits.h |
| Include | #include "Net/Common/Packets/PacketTraits.h" |
Syntax
struct FInPacketTraits
Remarks
Contains metadata and flags, which provide information on the traits of a packet - what it contains and how to process it.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bConnectionlessPacket | Traits This packet is not associated with a connection | |
| bool | bFromRecentlyDisconnected | This is a connectionless packet, from a recently disconnected connection. | |
| TPimplPtr< UE::Net::FNetResult, EPimplPtrMode::DeepCopy > | ExtendedError | If there was an error processing the incoming packet, any additional error information is stored here |