Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSystemSettingsData
Description
Loads settings from the given section in the given ini
Initializes and instance with the values from the given IniSection in the engine ini
| Name | LoadFromIni |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/SystemSettings.h |
| Include Path | #include "SystemSettings.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SystemSettings.cpp |
void LoadFromIni
(
const TCHAR * IniSection,
const FString & IniFilename,
bool bAllowMissingValues,
bool * FoundValues
)