Navigation
Unreal Engine C++ API Reference > Editor > ConfigEditor > IConfigEditorModule
References
Module | ConfigEditor |
Header | /Engine/Source/Editor/ConfigEditor/Public/IConfigEditorModule.h |
Include | #include "IConfigEditorModule.h" |
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetValueWidgetForConfigProperty ( const [FString](API\Runtime\Core\Containers\FString) & ConfigFile )
Remarks
Access a reference to a value widget used in the config editor for the current property.
- A widget which represents the config value for a specific property. This is a different widget based on the property type ie. a combobox for enum, a check box for bool...