Navigation
API > API/Plugins > API/Plugins/DMXEditor > API/Plugins/DMXEditor/Widgets > API/Plugins/DMXEditor/Widgets/SDMXEntityDropdownMenu
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SDMXEntityDropdownMenu::FArguments
References
| Module | DMXEditor |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/Widgets/SDMXEntityDropdownMenu.h |
| Include | #include "Widgets/SDMXEntityDropdownMenu.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SDMXEntityDropdownMenu >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | DMXEditor
(
const TAttribute< TWeakPtr< FDMXEditor > >& InAttribute |
If valid, enables the option to create a new entity. | |
| WidgetArgsType & | DMXLibrary
(
const TAttribute< TWeakObjectPtr< UDMXLibrary > >& InAttribute |
Needed to find existing Entities. Can be inferred from DMXEditor, if that's valid. | |
| WidgetArgsType & | EntityTypeFilter
(
const TAttribute< TSubclassOf< UDMXEntity > >& InAttribute |
If set, overrides the template type. | |
| WidgetArgsType & | OnCreateNewEntitySelected
(
const FOnCreateNewEntitySelected& InDelegate |
Called when the user selects the option to create a new Entity | |
| WidgetArgsType & | OnEntitySelected
(
const FOnEntitySelected& InDelegate |
Called when the user selects an existing Entity from the list |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |