FIcmp

Simple ping interface that sends an ICMP packet 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 FIcmp

Remarks

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

Functions

Name Description

Public function Static

void

 

IcmpEcho

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

Send an ICMP echo packet and wait for a reply.

Public function Static

void

 

IcmpEcho

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

Send an ICMP echo packet and wait for a reply.

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