IConfigEditorModule

Windows
MacOS
Linux

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

Name Description

Public function

void

 

AddExternalPropertyValueWidgetAndConfigPairing

(
    const FString& ConfigFile,
    const TSharedPtr< SWidget > ValueWi...
)

Maintain a reference to a value widget used in the config editor for the current property.

Public function

void

 

CreateHierarchyEditor

(
    FProperty* EditProperty
)

Creates a config hierarchy editor for the given property

Public function

TSharedRef< ...

 

GetValueWidgetForConfigProperty

(
    const FString& ConfigFile
)

Access a reference to a value widget used in the config editor for the current property.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss