Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FNetFaultState
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.
Virtual Inheritance
- FEscalationState::HasHitAnyQuota → FNetFaultState::HasHitAnyQuota
| Name | HasHitAnyQuota |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/Connection/NetConnectionFaultRecoveryBase.h |
| Include Path | #include "Net/Core/Connection/NetConnectionFaultRecoveryBase.h" |
| Source | /Engine/Source/Runtime/Net/Core/Private/Net/Core/Connection/NetConnectionFaultRecoveryBase.cpp |
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 |