UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Net::FPingValues Struct Reference

#include <NetPing.h>

Public Attributes

double Current = -1.0
 
double Min = -1.0
 
double Max = -1.0
 

Detailed Description

Struct for returning ping values, in seconds.

Member Data Documentation

◆ Current

double UE::Net::FPingValues::Current = -1.0

The current/latest ping value, or -1.0 if not set

◆ Max

double UE::Net::FPingValues::Max = -1.0

The highest measured ping value (no averaging), or -1.0 if not set

◆ Min

double UE::Net::FPingValues::Min = -1.0

The smallest measured ping value (no averaging), or -1.0 if not set


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