unreal.ConsoleVariablesEditorPresetImportMode¶
- class unreal.ConsoleVariablesEditorPresetImportMode¶
Bases:
EnumBaseEConsole Variables Editor Preset Import Mode
C++ Source:
Plugin: ConsoleVariables
Module: ConsoleVariablesEditor
File: ConsoleVariablesEditorProjectSettings.h
- ADD_TO_EXISTING: ConsoleVariablesEditorPresetImportMode = Ellipsis¶
Add the list of variables from the imported preset to the current preset, replacing the values of any overlapping variables with the values from the imported preset.
- Type:
0
- REPLACE_EXISTING: ConsoleVariablesEditorPresetImportMode = Ellipsis¶
Completely replace the list of variables in the current preset, resetting them to their default values and removing them from the list before importing the new preset’s variable list.
- Type:
1