Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/EditorConfig/Public/EditorConfigSubsystem.h |
Include |
#include "EditorConfigSubsystem.h" |
template<typename TObject>
bool SaveConfigObject
(
const TObject * Object,
FEditorConfig::EPropertyFilter Filter
)
Save the given UObject to the root of the JSON config. This saves the config to the UCLASS's EditorConfig="ConfigName" metadata.
Parameter |
Description |
---|---|
Object |
The object to save. |
Filter |
Whether to save all properties, or only ones marked with the EditorConfig metadata. |