Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net > API/Runtime/Engine/Net/FRPCDoSStateConfig
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Net/RPCDoSDetection.h |
| Include | #include "Net/RPCDoSDetection.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Net/RPCDoSDetection.cpp |
bool LoadStructConfig
&40;
const TCHAR &42; SectionName,
const TCHAR &42; InFilename
&41;
Remarks
Uses reflection to load all struct config variables from the specified ini section. NOTE: Reflection does not work with multiple inheritance. Whether or not the struct config variables were read successfully
Parameters
| Name | Description |
|---|---|
| SectionName | The ini section name containing the struct configuration |
| InFilename | The ini filename to read from |