Data
Introduction
The settings data that is saved/loaded
API Reference
Properties
Property | Description | Type | Default Value |
---|---|---|---|
GameplayDifficultyModified | Was the gameplay difficulty setting modified? | bool | false |
GameplayDifficulty | The gameplay difficulty setting | int | |
AudioMasterModified | Was the master audio volume modified? | bool | false |
AudioMaster | The master audio volume | float | |
AudioMusicModified | Was the music volume modified? | bool | false |
AudioMusic | The music volume | float | |
AudioEffectsModified | Was the effects volume modified? | bool | false |
AudioEffects | The effects volume | float | |
AudioUiModified | Was the UI volume modified? | bool | false |
AudioUi | The UI volume | float | |
AudioVoiceModified | Was the voice volume modified? | bool | false |
AudioVoice | The voice volume | float | |
GraphicsResolutionX | The X value of the saved resolution | int | |
GraphicsResolutionY | The Y value of the saved resolution | int | |
GraphicsFullscreenModified | Was the graphics fullscreen setting modified? | bool | false |
GraphicsFullscreen | The graphics fullscreen value | bool | false |
GraphicsViewDistanceModified | Was the graphics view distance setting modified? | bool | false |
GraphicsViewDistance | The graphics view distance value | int | |
GraphicsAntiAliasingModified | Was the graphics anti-aliasing setting modified? | bool | false |
GraphicsAntiAliasing | The graphics anti-aliasing value | int | |
GraphicsPostProcessingModified | Was the graphics post processing setting modified? | bool | false |
GraphicsPostProcessing | The graphics post processing value | int | |
GraphicsShadowQualityModified | Was the graphics shadow quality setting modified? | bool | false |
GraphicsShadowQuality | The graphics shadow quality value | int | |
GraphicsTextureQualityModified | Was the graphics texture quality setting modified? | bool | false |
GraphicsTextureQuality | The graphics texture quality value | int | |
GraphicsVisualEffectsModified | Was the graphics visual effects setting modified? | bool | false |
GraphicsVisualEffects | The graphics visual effects value | int | |
GraphicsShadingQualityModified | Was the graphics shading quality setting modified? | bool | false |
GraphicsShadingQuality | The graphics shading quality value | int | |
GraphicsVsyncModified | Was the graphics vsync setting modified? | bool | false |
GraphicsVsync | The graphics vsync value | bool | false |
GraphicsFpsIndicatorTypeModified | Was the graphics FPS indicator type setting modified? | bool | false |
GraphicsFpsIndicatorType | The graphics FPS indicator type | ESettingsFpsCounterType | |
AccessibilityColorBlindMode | The color blind mode | int | |
AccessibilityColorBlindModeSeverity | The severity of the color blind mode | float | 100.0f |
KeyBindings | A map of all key bindings changed by the player | TMap<FName, FKey> |