Navigation
API > API/Editor > API/Editor/ConfigEditor
Inheritance Hierarchy
- IModuleInterface
- IConfigEditorModule
References
| Module | ConfigEditor |
| Header | /Engine/Source/Editor/ConfigEditor/Public/IConfigEditorModule.h |
| Include | #include "IConfigEditorModule.h" |
Syntax
class IConfigEditorModule : public IModuleInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddExternalPropertyValueWidgetAndConfigPairing
(
const FString& ConfigFile, |
Maintain a reference to a value widget used in the config editor for the current property. | |
| void | CreateHierarchyEditor
(
FProperty* EditProperty |
Creates a config hierarchy editor for the given property | |
| TSharedRef< SWidget > | GetValueWidgetForConfigProperty
(
const FString& ConfigFile |
Access a reference to a value widget used in the config editor for the current property. |