Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FSystemSettingsData
- FSystemSettings
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SystemSettings.h |
| Include | #include "SystemSettings.h" |
Syntax
struct FSystemSettingsData
Remarks
Struct that holds the actual data for the system settings.
Uses the insane derivation for backwards compatibility purposes only. Would be cleaner to use composition.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Ctor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | LoadFromIni
(
const TCHAR* IniSection, |
Loads settings from the given section in the given ini |