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