UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FScopedRPCTimingTracker Struct Reference

Public Member Functions

 FScopedRPCTimingTracker (UFunction *InFunction, UNetConnection *InConnection)
 
 ~FScopedRPCTimingTracker ()
 

Public Attributes

UNetConnectionConnection = nullptr
 
UFunctionFunction = nullptr
 
FRPCDoSDetectionRPCDoS = nullptr
 
double StartTime = 0.0
 

Static Public Attributes

static TArray< FScopedRPCTimingTracker * > ActiveTrackers
 

Constructor & Destructor Documentation

◆ FScopedRPCTimingTracker()

FScopedRPCTimingTracker::FScopedRPCTimingTracker ( UFunction InFunction,
UNetConnection InConnection 
)
inline

◆ ~FScopedRPCTimingTracker()

FScopedRPCTimingTracker::~FScopedRPCTimingTracker ( )
inline

Member Data Documentation

◆ ActiveTrackers

TArray< FScopedRPCTimingTracker * > FScopedRPCTimingTracker::ActiveTrackers
static

◆ Connection

UNetConnection* FScopedRPCTimingTracker::Connection = nullptr

◆ Function

UFunction* FScopedRPCTimingTracker::Function = nullptr

◆ RPCDoS

FRPCDoSDetection* FScopedRPCTimingTracker::RPCDoS = nullptr

◆ StartTime

double FScopedRPCTimingTracker::StartTime = 0.0

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