Navigation
API > API/Editor > API/Editor/EditorConfig
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEditorConfigBase
- UCSVtoSVGArugments
- UFilterBarConfig
- UInteractiveToolsPresetCollectionAsset
- UObjectMixerOutlinerModeEditorConfig
- UToolPresetUserSettings
References
| Module | EditorConfig |
| Header | /Engine/Source/Editor/EditorConfig/Public/EditorConfigBase.h |
| Include | #include "EditorConfigBase.h" |
Syntax
class UEditorConfigBase : public UObject
Remarks
Inherit from this class to simplify saving and loading properties from editor configs.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Load any properties of this class into properties marked with metadata tag "EditorConfig" from the class's EditorConfig | ||
| bool | Save any properties of this class in properties marked with metadata tag "EditorConfig" into the class's EditorConfig. |