Navigation
API > API/Editor > API/Editor/EditorConfig > API/Editor/EditorConfig/UEditorConfigSubsystem > API/Editor/EditorConfig/UEditorConfigSubsystem/LoadConfigObject
References
| Module | EditorConfig |
| Header | /Engine/Source/Editor/EditorConfig/Public/EditorConfigSubsystem.h |
| Include | #include "EditorConfigSubsystem.h" |
template<typename TObject>
bool LoadConfigObject
&40;
TObject &42; Object,
FEditorConfig::EPropertyFilter Filter
&41;
Remarks
Load a config from the root of the JSON file into a given UObject. This loads the config from the UCLASS's EditorConfig="ConfigName" metadata.
Parameters
| Name | Description |
|---|---|
| Object | The object to load into. |
| Filter | Whether to load all properties, or only ones marked with the EditorConfig metadata. |