IConfigEditorModule::AddExternalPropertyValueWidgetAndConfigPairing

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

Choose your operating system:

Windows

macOS

Linux

References

Module

ConfigEditor

Header

/Engine/Source/Editor/ConfigEditor/Public/IConfigEditorModule.h

Include

#include "IConfigEditorModule.h"

Syntax

void AddExternalPropertyValueWidgetAndConfigPairing
(
    const FString & ConfigFile,
    const TSharedPtr< SWidget > ValueWidget
)

Remarks

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