FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SDMXEntityPickerButton::FArguments

References

Module

DMXEditor

Header

/Engine/Plugins/Experimental/DigitalMultiplex/DMXEngine/Source/DMXEditor/Public/Widgets/SDMXEntityDropdownMenu.h

Include

#include "Widgets/SDMXEntityDropdownMenu.h"

Syntax

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

CurrentEntity

(
    const TAttribute< TWeakObjectPtr< T...
)

The current selected Entity. Only used if EntityPropertyHandle is null

Public function

WidgetArgsTy...

 

DMXEditor

(
    const TAttribute< TWeakPtr< FDMXEdi...
)

Enables the option to create a new entity and contains the DMX Library reference

Public function

WidgetArgsTy...

 

DMXLibrary

(
    const TAttribute< TWeakObjectPtr< U...
)

Needed to find existing Entities. Can be inferred from DMXEditor, if that's valid.

Public function

WidgetArgsTy...

 

EntityTypeFilter

(
    const TAttribute< TSubclassOf< UDMX...
)

If set, overrides the template type.

Public function

WidgetArgsTy...

 

ForegroundColor

(
    const TAttribute< FLinearColor >& ...
)

Color/opacity multiplier for the combo button

Public function

WidgetArgsTy...

 

HasMultipleValues

(
    const TAttribute< bool >& InAttrib...
)

Pass in true if the represented property has multiple Entity values

Public function

WidgetArgsTy...

 

OnCreateNewEntitySelected

(
    const FOnCreateNewEntitySelected& ...
)

Called when the user selects the option to create a new Entity

Public function

WidgetArgsTy...

 

OnEntitySelected

(
    const FOnEntitySelected& InDelegat...
)

Called when the user selects an existing Entity from the list or clicks on the Use Selected button

Typedefs

Name

Description

WidgetArgsType

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss