Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Editor/EditorConfig/Public/EditorConfigSubsystem.h |
Include |
#include "EditorConfigSubsystem.h" |
class UEditorConfigSubsystem :
public UEditorSubsystem,
public FTickableEditorObject
Name | Description | |
---|---|---|
|
UEditorConfigSubsystem() |
Name | Description | ||
---|---|---|---|
|
TSharedRef< ... |
FindOrLoadConfig ( |
Find a config with the given name that has already been loaded, load it if it hasn't been, or create one with the given name. |
|
LoadConfigObject ( |
Load a config from the root of the JSON file into a given UObject. |
|
|
LoadConfigObject ( |
Load a config from the root of the JSON file into a given UObject. |
|
|
ReloadConfig ( |
Force reload the given config and all its (current and potential) parents from disk. |
|
|
SaveConfig ( |
Save the given config to the location it was loaded. |
|
|
SaveConfigObject ( |
Save the given UObject to the root of the JSON config. |
|
|
SaveConfigObject ( |
Save the given UObject of the given class to the root of the JSON config. |