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
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIcmpEchoResult() |
Icmp.h |
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 |