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

#include <RPCDoSDetection.h>

Public Member Functions

void ResetRPCCounters ()
 
void AccumulateCounter (const FRPCDoSCounters &InCounter)
 

Public Attributes

int32 RPCCounter = 0
 
double AccumRPCTime = 0.0
 

Detailed Description

Struct containing RPC counters covering any time period (e.g. frame/second/arbitrary-period)

Member Function Documentation

◆ AccumulateCounter()

void FRPCDoSCounters::AccumulateCounter ( const FRPCDoSCounters InCounter)
inline

Accumulate another RPC counter into this one

Parameters
InCounterThe RPC counter to accumulate with

◆ ResetRPCCounters()

void FRPCDoSCounters::ResetRPCCounters ( )
inline

Reset the values of this RPC counter

Member Data Documentation

◆ AccumRPCTime

double FRPCDoSCounters::AccumRPCTime = 0.0

Accumulated time spent executing RPCs

◆ RPCCounter

int32 FRPCDoSCounters::RPCCounter = 0

Counter for the number of RPCs received


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