UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
NetPacketNotify.h File Reference

Go to the source code of this file.

Classes

class  FNetPacketNotify
 
struct  FNetPacketNotify::FNotificationHeader
 

Namespaces

namespace  UE
 
namespace  UE::Net
 
namespace  UE::Net::Private
 

Macros

#define UE_NET_ENABLE_PACKET_NOTIFY_LOG   1
 
#define UE_LOG_PACKET_NOTIFY(Format, ...)   UE_LOG(LogNetTraffic, Verbose, Format, ##__VA_ARGS__)
 
#define UE_LOG_PACKET_NOTIFY_WARNING(Format, ...)   UE_LOG(LogNetTraffic, Warning, Format, ##__VA_ARGS__)
 

Macro Definition Documentation

◆ UE_LOG_PACKET_NOTIFY

#define UE_LOG_PACKET_NOTIFY (   Format,
  ... 
)    UE_LOG(LogNetTraffic, Verbose, Format, ##__VA_ARGS__)

◆ UE_LOG_PACKET_NOTIFY_WARNING

#define UE_LOG_PACKET_NOTIFY_WARNING (   Format,
  ... 
)    UE_LOG(LogNetTraffic, Warning, Format, ##__VA_ARGS__)

◆ UE_NET_ENABLE_PACKET_NOTIFY_LOG

#define UE_NET_ENABLE_PACKET_NOTIFY_LOG   1