Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Editor/EditorConfig/Public/EditorConfigBase.h |
Include |
#include "EditorConfigBase.h" |
class UEditorConfigBase : public UObject
Inherit from this class to simplify saving and loading properties from editor configs.
Name | Description | ||
---|---|---|---|
|
LoadEditorConfig() |
Load any properties of this class into properties marked with metadata tag "EditorConfig" from the class's EditorConfig |
|
|
SaveEditorConfig() |
Save any properties of this class in properties marked with metadata tag "EditorConfig" into the class's EditorConfig. |