Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FRPCDoSStateConfig
Description
Applies the loaded config state, to an object implementing RPC DoS State's. NOTE: Does not use reflection, as this does not work with multiple inheritance.
| Name | ApplyState |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/Connection/RPCDoSDetection.h |
| Include Path | #include "Net/Core/Connection/RPCDoSDetection.h" |
| Source | /Engine/Source/Runtime/Net/Core/Private/Net/Core/Connection/RPCDoSDetection.cpp |
void ApplyState
(
FRPCDoSState & Target
)
Parameters
| Name | Remarks |
|---|---|
| Target | The object implementing FRPCDoSState, to apply the config settings to. |