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 TPimplPtr< FNetPing > CreateNetPing
&40;
UNetConnection &42; InOwner
&41;
Remarks
Creates a new FNetPing instance, owned by the specified NetConnection. NOTE: Presently only enabled for GameNetDriver, but can support other NetDriver's (except ICMP ping). Returns the new FNetPing instance, or nullptr if disabled. Uses TPimplPtr for compatibility with forward-declare.
Parameters
| Name | Description |
|---|---|
| InOwner | The owner of the new FNetPing instance. |