Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Net/RPCDoSDetection.h |
| Include | #include "Net/RPCDoSDetection.h" |
Syntax
struct FRPCDoSCounters
Remarks
Struct containing RPC counters covering any time period (e.g. frame/second/arbitrary-period)
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | AccumRPCTime | Accumulated time spent executing RPCs | |
| int32 | RPCCounter | Counter for the number of RPCs received |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AccumulateCounter
(
const FRPCDoSCounters& InCounter |
Accumulate another RPC counter into this one | |
| void | Reset the values of this RPC counter |