IConfigEditorModule::AddExternalPropertyValueWidgetAndConfigPairing

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

Unreal Engine C++ API Reference > Editor > ConfigEditor > IConfigEditorModule

References

   
Module ConfigEditor
Header /Engine/Source/Editor/ConfigEditor/Public/IConfigEditorModule.h
Include #include "IConfigEditorModule.h"
void AddExternalPropertyValueWidgetAndConfigPairing
(
    const [FString](API\Runtime\Core\Containers\FString) & ConfigFile,
    const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > ValueWidget
)

Remarks

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library