UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Net::Private::FNetPingUDPQoS Class Reference
+ Inheritance diagram for UE::Net::Private::FNetPingUDPQoS:

Public Member Functions

void Ping (double CurTimeSeconds, FString PingAddress)
 
- Public Member Functions inherited from UE::Net::Private::FNetPingQoSBase
void Release ()
 
- Public Member Functions inherited from TSharedFromThis< FNetPingUDPQoS >
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
 

Static Public Member Functions

static TSharedPtr< FNetPingUDPQoSCreateNetPingUDPQoS (FNetPing *InOwner)
 

Friends

template<typename ObjectType , ESPMode Mode>
class SharedPointerInternals::TIntrusiveReferenceController
 

Additional Inherited Members

- Protected Member Functions inherited from UE::Net::Private::FNetPingQoSBase
 FNetPingQoSBase ()=delete
 
 FNetPingQoSBase (EPingType InPingType, FNetPing *InOwner)
 
void Reset ()
 
void PingResult (FIcmpEchoResult Result)
 
- Protected Member Functions inherited from TSharedFromThis< FNetPingUDPQoS >
 TSharedFromThis ()
 
 TSharedFromThis (TSharedFromThis const &)
 
UE_FORCEINLINE_HINT TSharedFromThisoperator= (TSharedFromThis const &)
 
 ~TSharedFromThis ()
 
- Static Protected Member Functions inherited from TSharedFromThis< FNetPingUDPQoS >
static UE_FORCEINLINE_HINT TSharedRef< OtherType, Mode > SharedThis (OtherType *ThisPtr)
 
static UE_FORCEINLINE_HINT TSharedRef< OtherType const, Mode > SharedThis (const OtherType *ThisPtr)
 
- Protected Attributes inherited from UE::Net::Private::FNetPingQoSBase
bool bPingInProgress = false
 
double PingTimestamp = 0.0
 

Detailed Description

Handles QoS UDP pings

Member Function Documentation

◆ CreateNetPingUDPQoS()

TSharedPtr< FNetPingUDPQoS > UE::Net::Private::FNetPingUDPQoS::CreateNetPingUDPQoS ( FNetPing InOwner)
static

Creates a UDPQoS ping handler.

Parameters
InOwnerThe 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
CurTimeSecondsThe current time, in seconds.
PingAddressThe address (with port) to ping.

Friends And Related Symbol Documentation

◆ SharedPointerInternals::TIntrusiveReferenceController


The documentation for this class was generated from the following file: