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

#include <RPCDoSDetectionConfig.h>

Public Attributes

FName RPC
 
int32 CountPerSec = -1
 
double TimePerSec = 0.0
 

Detailed Description

Specifies time or count thresholds for when an RPC should be included in analytics

Member Data Documentation

◆ CountPerSec

int32 FRPCAnalyticsThreshold::CountPerSec = -1

The number of calls to an RPC's per second, before including in analytics

◆ RPC

FName FRPCAnalyticsThreshold::RPC

The RPC name

◆ TimePerSec

double FRPCAnalyticsThreshold::TimePerSec = 0.0

Time spent executing an RPC per second, before including in analytics (can specify more than 1 second, for long running RPC's)


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