FInPacketTraits

Contains metadata and flags, which provide information on the traits of a packet - what it contains and how to process it.

Windows
MacOS
Linux

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

Name Description

Public variable

bool

 

bConnectionlessPacket

Traits This packet is not associated with a connection

Public variable

bool

 

bFromRecentlyDisconnected

This is a connectionless packet, from a recently disconnected connection.

Constructors

Name Description

Public function

FInPacketTraits()

Default constructor

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss