Navigation
API > API/Plugins > API/Plugins/ConsoleVariablesEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UConsoleVariablesEditorProjectSettings
References
| Module | ConsoleVariablesEditor |
| Header | /Engine/Plugins/Editor/ConsoleVariablesEditor/Source/ConsoleVariablesEditor/Public/ConsoleVariablesEditorProjectSettings.h |
| Include | #include "ConsoleVariablesEditorProjectSettings.h" |
Syntax
UCLASS (Config=Engine, defaultconfig)
class UConsoleVariablesEditorProjectSettings : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAddAllChangedConsoleVariablesToCurrentPreset | When variables are changed outside the Console Variables Editor, this option will add the variables to the current preset. | |
| TSet< FString > | ChangedConsoleVariableSkipList | If bAddAllChangedConsoleVariablesToCurrentPreset is true, this list will filter out any matching variables changed outside of the Console Variables Editor so they won't be added to the current preset. | |
| EConsoleVariablesEditorPresetImportMode | PresetImportMode | When importing a console variable preset, the variables | |
| EConsoleVariablesEditorRowDisplayType | UncheckedRowDisplayType | When a row is unchecked, its associated variable's value will be set to the value recorded when the plugin was loaded. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UConsoleVariablesEditorProjectSettings
(
const FObjectInitializer& ObjectInitializer |