Navigation
| Name | Icmp |
| Type | Runtime |
| Location | /Engine/Source/Runtime/Online/ICMP/ |
| Module Build Rules | Icmp.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FIcmp | Simple ping interface that sends an ICMP packet to the given address and returns timing info for the reply if reachable. |
| FIcmpModule | Logging related to parties Module for Icmp service utilities |
| FUDPPing | Simple ping interface that sends an ICMP packet over UDP to the given address and returns timing info for the reply if reachable. |
Structs
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FIcmpEchoManyCompleteCallback | TFunction< void(FIcmpEchoManyCompleteResult)> | Icmp.h | |
| FIcmpEchoManyCompleteDelegate | TBaseDelegate_OneParam< void, FIcmpEchoManyCompleteResult > | Icmp.h | |
| FIcmpEchoResultCallback | TFunction< void(FIcmpEchoResult)> | Icmp.h | |
| FIcmpEchoResultDelegate | TBaseDelegate_OneParam< void, FIcmpEchoResult > | Icmp.h |
Enums
Public
| Name | Remarks |
|---|---|
| EIcmpEchoManyStatus | |
| EIcmpResponseStatus | Copyright Epic Games, Inc. All Rights Reserved. |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TCHAR * LexToString
(
EIcmpResponseStatus ResponseStatus |
Icmp.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const TCHAR * ToString
(
EIcmpResponseStatus Status |
Icmp.h |