Navigation
API > API/Runtime > API/Runtime/NetCore
Parameters for FEscalationState.HasHitAnyQuota
| Name | FHasHitAnyQuotaParms |
| Type | struct |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/Connection/EscalationStates.h |
| Include Path | #include "Net/Core/Connection/EscalationStates.h" |
Syntax
struct FHasHitAnyQuotaParms
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FEscalationCounter | UE::Net::FEscalationCounter | Net/Core/Connection/EscalationStates.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FrameCounters | const TArrayView< FEscalationCounter > & | The current frames counters for factoring-in to comparisons | Net/Core/Connection/EscalationStates.h | |
| QuotaType | EQuotaType | The type of state change quota/thresholds to check | Net/Core/Connection/EscalationStates.h | |
| RegisteredCounters | const TArrayView< TArrayView< int32 > > & | The list of custom registered counters, by category, for any custom processing implementation | Net/Core/Connection/EscalationStates.h | |
| SecondCounters | const TArrayView< FEscalationCounter > & | The current seconds counters for factoring-in to comparisons (excludes FrameCounters) | Net/Core/Connection/EscalationStates.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TArrayView
(
& PerPeriodHistory |
The per-period historical counters being compared against (excludes SecondCounters and FrameCounters) | Net/Core/Connection/EscalationStates.h |