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