UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PacketNotification.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
CoreTypes.h
"
6
7
namespace
UE::Net
8
{
9
11
enum class
EPacketDeliveryStatus
:
uint8
12
{
14
Delivered
,
16
Lost
,
18
Discard
,
19
};
20
21
}
CoreTypes.h
uint8
uint8_t uint8
Definition
binka_ue_file_header.h:8
UE::Net
Definition
NetworkVersion.cpp:28
UE::Net::EPacketDeliveryStatus
EPacketDeliveryStatus
Definition
PacketNotification.h:12
UE::Net::EPacketDeliveryStatus::Delivered
@ Delivered
UE::Net::EPacketDeliveryStatus::Lost
@ Lost
UE::Net::EPacketDeliveryStatus::Discard
@ Discard
Engine
Source
Runtime
Net
Iris
Public
Iris
PacketControl
PacketNotification.h
Generated by
1.9.8