Navigation
API > API/Runtime > API/Runtime/Engine
Flags specifying different types of ping.
| Name | EPingType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/NetPing.h |
| Include Path | #include "Net/NetPing.h" |
Syntax
enum EPingType
{
None = 0x00000000,
RoundTrip = 0x00000001,
RoundTripExclFrame = 0x00000002,
ICMP = 0x00000004,
UDPQoS = 0x00000008,
Max = UDPQoS,
Count = UE::Net::Private::PingTypeToIdx(static_cast<EPingType>(EPingType::Max)) + 1,
}
Values
| Name | Remarks |
|---|---|
| None | |
| RoundTrip | |
| RoundTripExclFrame | |
| ICMP | |
| UDPQoS | |
| Max | |
| Count |