Navigation
API > API/Plugins > API/Plugins/ConsoleVariablesEditorRuntime
References
| Module | ConsoleVariablesEditorRuntime |
| Header | /Engine/Plugins/Editor/ConsoleVariablesEditor/Source/ConsoleVariablesEditorRuntime/Public/ConsoleVariablesAsset.h |
| Include | #include "ConsoleVariablesAsset.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FConsoleVariablesEditorAssetSaveData
Remarks
Data that will be serialized with this asset
Variables
| Type | Name | Description | |
|---|---|---|---|
| ECheckBoxState | CheckedState | If Undetermined, we can assume this data was not previously saved | |
| FString | CommandName | ||
| FString | CommandValueAsString |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FConsoleVariablesEditorAssetSaveData& Comparator |