Navigation
API > API/Editor > API/Editor/EditorConfig > API/Editor/EditorConfig/UEditorConfigSubsystem > API/Editor/EditorConfig/UEditorConfigSubsystem/SaveConfigObject
References
| Module | EditorConfig |
| Header | /Engine/Source/Editor/EditorConfig/Public/EditorConfigSubsystem.h |
| Include | #include "EditorConfigSubsystem.h" |
| Source | /Engine/Source/Editor/EditorConfig/Private/EditorConfigSubystem.cpp |
bool SaveConfigObject
&40;
const UClass &42; Class,
const UObject &42; Object,
FEditorConfig::EPropertyFilter
&41;
Remarks
Save the given UObject of the given class to the root of the JSON config. This saves the config to the UCLASS's EditorConfig="ConfigName" metadata.
Parameters
| Name | Description |
|---|---|
| Class | The UClass of the object. |
| Object | The UObject instance to save. |
| Filter | Whether to save all properties, or only ones marked with the EditorConfig metadata. |