Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FRPCDoSStateConfig
Description
Uses reflection to load all struct config variables from the specified ini section. NOTE: Reflection does not work with multiple inheritance.
| Name | LoadStructConfig |
| 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 |
bool LoadStructConfig
(
const TCHAR * SectionName,
const TCHAR * InFilename
)
Whether or not the struct config variables were read successfully
Parameters
| Name | Remarks |
|---|---|
| SectionName | The ini section name containing the struct configuration |
| InFilename | The ini filename to read from |