Go to the source code of this file.
|
| enum class | EPingType : uint32 {
None = 0x00000000
, RoundTrip = 0x00000001
, RoundTripExclFrame = 0x00000002
, ICMP = 0x00000004
,
UDPQoS = 0x00000008
, Max = UDPQoS
, Count = UE::Net::Private::PingTypeToIdx(static_cast<EPingType>(EPingType::Max)) + 1
} |
| |
| enum class | EPingAverageType : uint8 { None
, MovingAverage
, PlayerStateAvg
} |
| |
| enum class | ENetPingControlMessage : uint8 { SetPingAddress
, PingFailure
, Max = PingFailure
} |
| |
◆ ENetPingControlMessage
NMT_NetPing control channel sub-messages
| Enumerator |
|---|
| SetPingAddress | |
| PingFailure | |
| Max | |
◆ EPingAverageType
The type of averaging to perform on ping values
| Enumerator |
|---|
| None | |
| MovingAverage | |
| PlayerStateAvg | |
◆ EPingType
Flags specifying different types of ping.
| Enumerator |
|---|
| None | |
| RoundTrip | |
| RoundTripExclFrame | |
| ICMP | |
| UDPQoS | |
| Max | |
| Count | |
◆ ENUM_CLASS_FLAGS()