Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FNetPing
Description
Clientside implementation of the 'ENetPingControlMessage::SetPingAddress' control channel message. Allows the server to specify the ICMP/UDPQoS ping address/port.
| Name | ServerSetPingAddress |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/NetPing.h |
| Include Path | #include "Net/NetPing.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Net/NetPing.cpp |
void ServerSetPingAddress
(
EPingType PingType,
FString PingAddress
)
Parameters
| Name | Remarks |
|---|---|
| PingType | The type of ping having its address assigned. |
| PingAddress | The address being assigned to the specified ping type. |