Navigation
API > API/Plugins > API/Plugins/DMXEditor > API/Plugins/DMXEditor/SDMXEntityPickerButton
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/Widgets/SDMXEntityDropdownMenu.h |
| Include Path | #include "Widgets/SDMXEntityDropdownMenu.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SDMXEntityPickerButton >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SDMXEntityPickerButton::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/SDMXEntityDropdownMenu.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/SDMXEntityDropdownMenu.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & CurrentEntity
(
const TAttribute< TWeakObjectPtr< TEntityType > >& InAttribute |
The current selected Entity. Only used if EntityPropertyHandle is null | Widgets/SDMXEntityDropdownMenu.h | |
WidgetArgsType & DMXEditor
(
const TAttribute< TWeakPtr< FDMXEditor > >& InAttribute |
Enables the option to create a new entity and contains the DMX Library reference | Widgets/SDMXEntityDropdownMenu.h | |
WidgetArgsType & DMXLibrary
(
const TAttribute< TWeakObjectPtr< UDMXLibrary > >& InAttribute |
Needed to find existing Entities. Can be inferred from DMXEditor, if that's valid. | Widgets/SDMXEntityDropdownMenu.h | |
WidgetArgsType & EntityTypeFilter
(
const TAttribute< TSubclassOf< UDMXEntity > >& InAttribute |
If set, overrides the template type. | Widgets/SDMXEntityDropdownMenu.h | |
WidgetArgsType & ForegroundColor
(
const TAttribute< FLinearColor >& InAttribute |
Color/opacity multiplier for the combo button | Widgets/SDMXEntityDropdownMenu.h | |
WidgetArgsType & HasMultipleValues
(
const TAttribute< bool >& InAttribute |
Pass in true if the represented property has multiple Entity values | Widgets/SDMXEntityDropdownMenu.h | |
WidgetArgsType & OnCreateNewEntitySelected
(
const FOnCreateNewEntitySelected& InDelegate |
Called when the user selects the option to create a new Entity | Widgets/SDMXEntityDropdownMenu.h | |
WidgetArgsType & OnEntitySelected
(
const FOnEntitySelected& InDelegate |
Called when the user selects an existing Entity from the list or clicks on the Use Selected button | Widgets/SDMXEntityDropdownMenu.h |