FSystemSettingsData

Struct that holds the actual data for the system settings.

Windows
MacOS
Linux

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

Name Description

Public function

FSystemSettingsData()

Ctor

Functions

Name Description

Public function

void

 

LoadFromIni

(
    const TCHAR* IniSection,
    const FString& IniFilename,
    bool bAllowMissingValues,
    bool* FoundValues
)

Loads settings from the given section in the given ini

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss