Navigation
API > API/Runtime > API/Runtime/Icmp
Simple ping interface that sends an ICMP packet over UDP to the given address and returns timing info for the reply if reachable.
| Name | FUDPPing |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/ICMP/Public/Icmp.h |
| Include Path | #include "Icmp.h" |
Syntax
class FUDPPing
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void UDPEcho
(
const FString& TargetAddress, |
Send an ICMP echo packet and wait for a reply. | Icmp.h | |
static void UDPEcho
(
const FString& TargetAddress, |
Send an ICMP echo packet and wait for a reply. | Icmp.h | |
static void UDPEchoMany
(
const TArray< FIcmpTarget >& Targets, |
Send multiple ICMP echo packets and wait for replies. | Icmp.h | |
static void UDPEchoMany
(
const TArray< FIcmpTarget >& Targets, |
Send multiple ICMP echo packets and wait for replies. | Icmp.h |