Navigation
API > API/Runtime > API/Runtime/Icmp
| |
|
| Name |
FIcmpEchoResult |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Online/ICMP/Public/Icmp.h |
| Include Path |
#include "Icmp.h" |
Syntax
struct FIcmpEchoResult
Constructors
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| ReplyFrom |
FString |
Reply received from this address |
Icmp.h |
|
| ResolvedAddress |
FString |
Addressed resolved by GetHostName |
Icmp.h |
|
| Status |
EIcmpResponseStatus |
Status of the final response |
Icmp.h |
|
| Time |
float |
Total round trip time |
Icmp.h |
|
Functions
Public