Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net > API/Runtime/Engine/Net/FNetPing
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Net/NetPing.h |
| Include | #include "Net/NetPing.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Net/NetPing.cpp |
static void HandleNetPingControlMessage
(
UNetConnection * Connection,
ENetPingControlMessage MessageType,
FString MessageStr
)
Remarks
Handles NMT_NetPing control channel messages, serverside/clientside.
Parameters
| Name | Description |
|---|---|
| Connection | The connection that received the message |
| MessageType | The type of message received |
| MessageStr | The message content. |