Settings
Persistent settings for editor and project.
Classes
-
Settings— Contains a serializable set of generic key-value pairs. -
EditorSettings— Contains various globally accessible editor preferences. -
ProjectSettings— Contains various globally accessible project-specific preferences.
Structs
-
RecentProject— Data about a recently loaded project.
Internal
Symbols intended for engine-internal use. Not part of the public API.
Structs
-
SettingsPrimitiveValue— Union of possible primitive types a settings value field can take on. -
SettingsKeyInfo— Information about where to find a value for a key. -
SettingsObjectValue— Contains an object and corresponding key in the settings list. -
TSettingsValue— Information about a value attached to a key.
Enums
-
SettingsValueType— Types of possible values stored in the settings.