FUDPPing

Simple ping interface that sends an ICMP packet over UDP to the given address and returns timing info for the reply if reachable.

Windows
MacOS
Linux

References

Module

Icmp

Header

/Engine/Source/Runtime/Online/ICMP/Public/Icmp.h

Include

#include "Icmp.h"

Syntax

class FUDPPing

Remarks

Simple ping interface that sends an ICMP packet over UDP to the given address and returns timing info for the reply if reachable.

Functions

Name Description

Public function Static

void

 

UDPEcho

(
    const FString& TargetAddress,
    float Timeout,
    FIcmpEchoResultCallback HandleResul...
)

Send an ICMP echo packet and wait for a reply.

Public function Static

void

 

UDPEcho

(
    const FString& TargetAddress,
    float Timeout,
    FIcmpEchoResultDelegate ResultDeleg...
)

Send an ICMP echo packet and wait for a reply.

Public function Static

void

 

UDPEchoMany

(
    const TArray< FIcmpTarget >& Targe...,
    float Timeout,
    FIcmpEchoManyCompleteCallback Compl...
)

Send multiple ICMP echo packets and wait for replies.

Public function Static

void

 

UDPEchoMany

(
    const TArray< FIcmpTarget >& Targe...,
    float Timeout,
    FIcmpEchoManyCompleteDelegate Compl...
)

Send multiple ICMP echo packets and wait for replies.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss