Navigation
API > API/Plugins > API/Plugins/ConsoleVariablesEditor
| Name | EConsoleVariablesEditorPresetImportMode |
| Type | enum |
| Header File | /Engine/Plugins/Editor/ConsoleVariablesEditor/Source/ConsoleVariablesEditor/Public/ConsoleVariablesEditorProjectSettings.h |
| Include Path | #include "ConsoleVariablesEditorProjectSettings.h" |
Syntax
enum EConsoleVariablesEditorPresetImportMode
{
AddToExisting,
ReplaceExisting,
UMETA =(Hidden),
}
Values
| Name | Remarks |
|---|---|
| AddToExisting | 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. |
| ReplaceExisting | 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. |
| UMETA | Use the global import setting. |