Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net > API/Runtime/Engine/Net/FRPCDoSState
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Net/RPCDoSDetection.h |
| Include | #include "Net/RPCDoSDetection.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Net/RPCDoSDetection.cpp |
bool HasHitQuota_Count
(
const FRPCDoSCounters PerPeriodHistory,
FRPCDoSCounters & InFrameCounter
) const
Remarks
Whether or not the specified per-period counters have hit count escalation quota's specified by this state. Whether or not the count escalation quota has been hit
Parameters
| Name | Description |
|---|---|
| PerPeriodHistory | The per-period historical counters being compared against |
| InFrameCounter | The current frames counter for factoring-in to comparisons |