![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RPCDoSDetection.h>
Public Member Functions | |
| void | ResetRPCCounters () |
| void | AccumulateCounter (const FRPCDoSCounters &InCounter) |
Public Attributes | |
| int32 | RPCCounter = 0 |
| double | AccumRPCTime = 0.0 |
Struct containing RPC counters covering any time period (e.g. frame/second/arbitrary-period)
|
inline |
Accumulate another RPC counter into this one
| InCounter | The RPC counter to accumulate with |
|
inline |
Reset the values of this RPC counter
| double FRPCDoSCounters::AccumRPCTime = 0.0 |
Accumulated time spent executing RPCs
| int32 FRPCDoSCounters::RPCCounter = 0 |
Counter for the number of RPCs received