Navigation
API > API/Plugins > API/Plugins/DMXEditor > API/Plugins/DMXEditor/Widgets
Inheritance Hierarchy
- SListViewSelectorDropdownMenu
- SDMXEntityDropdownMenu
References
| Module | DMXEditor |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/Widgets/SDMXEntityDropdownMenu.h |
| Include | #include "Widgets/SDMXEntityDropdownMenu.h" |
Syntax
template<typename TEntityType>
class SDMXEntityDropdownMenu : public SListViewSelectorDropdownMenu< TSharedPtr< FDMXEntityEntry > >
Remarks
Generates a dropdown menu list of Entities from a specific type to be used as a dropdown for a SComboButton's MenuContent.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | Construct
(
const FArguments& InArgs |
||
| void | Updates the entities list | ||
| void | SetComboButton
(
TSharedPtr< SComboButton > InComboButton |
Sets the button that opens this dropdown menu. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |
Typedefs
| Name | Description |
|---|---|
| SDMXDropdownMenuType |