Navigation
API > API/Plugins > API/Plugins/DMXEditor > API/Plugins/DMXEditor/Widgets > API/Plugins/DMXEditor/Widgets/SNameListPicker
References
Module | DMXEditor |
Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/Widgets/SNameListPicker.h |
Include | #include "Widgets/SNameListPicker.h" |
Source | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Private/Widgets/SNameListPicker.cpp |
void OnMenuOpened&40;&41;
Remarks
Workaround to keep the correct option highlighted in the dropdown menu. When code changes the current value of the property this button represents, it's possible that the button will keep the previous value highlighted. So we set the currently highlighted option every time the menu is opened.