FDDoSState::HasHitQuota

Whether or not the specified counters and time passed has hit any of the quota's

Windows
MacOS
Linux

References

Module

NetCore

Header

/Engine/Source/Runtime/Net/Core/Public/Net/Core/Misc/DDoSDetection.h

Include

#include "Net/Core/Misc/DDoSDetection.h"

Syntax

bool HasHitQuota
(
    FDDoSPacketCounters & InCounter,
    int32 TimePassedMS
) const

Remarks

Whether or not the specified counters and time passed has hit any of the quota's

Returns

Whether or not the quota was hit

Parameters

Parameter

Description

InCounter

The counters to check against

TimePassedMS

The amount of time passed in milliseconds, since the beginning of this state

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss