|
| void | Ping (double CurTimeSeconds, FString PingAddress) |
| |
| void | Release () |
| |
| TSharedRef< FNetPingUDPQoS, Mode > | AsShared () |
| |
| TSharedRef< FNetPingUDPQoS const, Mode > | AsShared () const |
| |
| TSharedRef< SubobjectType, Mode > | AsSharedSubobject (SubobjectType *SubobjectPtr) const |
| |
| TWeakPtr< FNetPingUDPQoS, Mode > | AsWeak () |
| |
| TWeakPtr< FNetPingUDPQoS const, Mode > | AsWeak () const |
| |
| TWeakPtr< SubobjectType, Mode > | AsWeakSubobject (SubobjectType *SubobjectPtr) const |
| |
| void | UpdateWeakReferenceInternal (TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) const |
| |
| void | UpdateWeakReferenceInternal (TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) const |
| |
| UE_FORCEINLINE_HINT bool | DoesSharedInstanceExist () const |
| |
◆ CreateNetPingUDPQoS()
Creates a UDPQoS ping handler.
- Parameters
-
| InOwner | The FNetPing instance that will own the UDPQoS ping handler. |
- Returns
- Returns a shared pointer to the UDPQoS ping handler.
◆ Ping()
| void UE::Net::Private::FNetPingUDPQoS::Ping |
( |
double |
CurTimeSeconds, |
|
|
FString |
PingAddress |
|
) |
| |
Perform a UDPQoS ping.
- Parameters
-
| CurTimeSeconds | The current time, in seconds. |
| PingAddress | The address (with port) to ping. |
◆ SharedPointerInternals::TIntrusiveReferenceController
The documentation for this class was generated from the following file: