Navigation
API > API/Plugins > API/Plugins/DMXEditor
Generates a dropdown menu list of Entities from a specific type to be used as a dropdown for a SComboButton's MenuContent.
| Name | SDMXEntityPickerButton |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/Widgets/SDMXEntityDropdownMenu.h |
| Include Path | #include "Widgets/SDMXEntityDropdownMenu.h" |
Syntax
template<typename TEntityType>
class SDMXEntityPickerButton : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SDMXEntityPickerButton
- FSlateControlledConstruction → SWidget → SCompoundWidget → SDMXEntityPickerButton
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| SDMXEntityPickerType | SDMXEntityPickerButton< TEntityType > | Widgets/SDMXEntityDropdownMenu.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentEntity | TAttribute< TWeakObjectPtr< TEntityType > > | Widgets/SDMXEntityDropdownMenu.h | ||
| DMXEditor | TAttribute< TWeakPtr< FDMXEditor > > | Widgets/SDMXEntityDropdownMenu.h | ||
| DMXLibrary | TAttribute< TWeakObjectPtr< UDMXLibrary > > | Widgets/SDMXEntityDropdownMenu.h | ||
| EntityTypeFilter | TAttribute< TSubclassOf< UDMXEntity > > | Widgets/SDMXEntityDropdownMenu.h | ||
| HasMultipleValues | TAttribute< bool > | Widgets/SDMXEntityDropdownMenu.h | ||
| OnCreateNewEntityDelegate | FOnCreateNewEntitySelected | Widgets/SDMXEntityDropdownMenu.h | ||
| OnEntitySelectedDelegate | FOnEntitySelected | Widgets/SDMXEntityDropdownMenu.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Widgets/SDMXEntityDropdownMenu.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCanBrowseEntity() |
Widgets/SDMXEntityDropdownMenu.h | ||
EVisibility GetEditorButtonsVisibility() |
Widgets/SDMXEntityDropdownMenu.h | ||
TSubclassOf< UDMXEntity > GetEntityFilterClass() |
Widgets/SDMXEntityDropdownMenu.h | ||
void OnBrowseEntityClicked() |
Widgets/SDMXEntityDropdownMenu.h | ||
void OnEntitySelected
(
UDMXEntity* InEntity |
Widgets/SDMXEntityDropdownMenu.h | ||
FText OnGetSelectedEntityName() |
Widgets/SDMXEntityDropdownMenu.h | ||
void OnUseSelectedEntityClicked() |
Widgets/SDMXEntityDropdownMenu.h |