![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "EngineLogs.h"#include "HAL/UnrealMemory.h"#include "Logging/LogMacros.h"#include "Templates/IsSigned.h"#include "Net/Core/Misc/ResizableCircularQueue.h"#include "Util/SequenceNumber.h"#include "Util/SequenceHistory.h"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__) |
| #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__) |
| #define UE_NET_ENABLE_PACKET_NOTIFY_LOG 1 |