Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FDDoSStateConfig
Description
Applies only the per-frame adjusted state (based on expected vs actual framerate), to active DDoS protection. ApplyState should be called, first.
| Name | ApplyAdjustedState |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/Misc/DDoSDetection.h |
| Include Path | #include "Net/Core/Misc/DDoSDetection.h" |
void ApplyAdjustedState
(
FDDoSState & Target,
float FrameAdjustment
)