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" |
template<typename TObject>
bool SaveConfigObject
&40;
const TObject &42; Object,
FEditorConfig::EPropertyFilter Filter
&41;
Remarks
Save the given UObject to the root of the JSON config. This saves the config to the UCLASS's EditorConfig="ConfigName" metadata.
Parameters
| Name | Description |
|---|---|
| Object | The object to save. |
| Filter | Whether to save all properties, or only ones marked with the EditorConfig metadata. |