Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FEscalationState
Description
Whether or not the specified per-period counters have hit escalation quota's specified by this state.
NOTE: This quota check should not be used in high performance code - it should be decomposed into non-virtual calls in a subclass, which are then used directly in code which needs them - to avoid virtual calls.
Derived Overrides
| Name | HasHitAnyQuota |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/Connection/EscalationStates.h |
| Include Path | #include "Net/Core/Connection/EscalationStates.h" |
virtual bool HasHitAnyQuota
(
FHasHitAnyQuotaParms Parms
) const
Whether or not any escalation quota has been hit
Parameters
| Name | Remarks |
|---|---|
| Parms | Parameters needed for performing quota checks |