FDDoSStateConfig

DDoS detection state, with functions for applying the state to active DDoS detection

Windows
MacOS
Linux

Inheritance Hierarchy

FDDoSState

FDDoSStateConfig

References

Module

NetCore

Header

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

Include

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

Syntax

struct FDDoSStateConfig : public FDDoSState

Remarks

DDoS detection state, with functions for applying the state to active DDoS detection

Variables

Name Description

Public variable

FString

 

SeverityCategory

The name of the DDoS severity level this config section represents

Constructors

Name Description

Public function

FDDoSStateConfig()

Functions

Name Description

Public function

void

 

ApplyAdjustedState

(
    FDDoSState& Target,
    float FrameAdjustment
)

Applies only the per-frame adjusted state (based on expected vs actual framerate), to active DDoS protection.

Public function

void

 

ApplyState

(
    FDDoSState& Target
)

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