FIcmp::IcmpEcho

Send an ICMP echo packet and wait for a reply.

Windows
MacOS
Linux

References

Module

Icmp

Header

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

Include

#include "Icmp.h"

Syntax

static void IcmpEcho
(
    const FString & TargetAddress,
    float Timeout,
    FIcmpEchoResultDelegate ResultDelegate
)

Remarks

Send an ICMP echo packet and wait for a reply.

This is a wrapper around the above function, taking a delegate instead of a function argument.

Parameters

Parameter

Description

TargetAddress

the target address to ping

Timeout

max time to wait for a reply

ResultDelegate

a delegate that will be called when the result is ready

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