Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/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/Engine/Public/Net/RPCDoSDetection.h |
| Include Path | #include "Net/RPCDoSDetection.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Net/RPCDoSDetection.cpp |
void ApplyState
(
FRPCDoSState & Target
)
Parameters
| Name | Remarks |
|---|---|
| Target | The object implementing FRPCDoSState, to apply the config settings to. |