FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SAssetPickerButton::FArguments

References

Module

DMXEditor

Header

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

Include

#include "Widgets/SAssetPickerButton.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SAssetPickerButton >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

AllowedClasses

(
    TArray< FName > InArg
)

Allows more than a single class on the picker list.

Public function

WidgetArgsTy...

 

AssetClass

(
    TWeakObjectPtr< UClass > InArg
)

The class to filter the list of assets in the picker menu.

Public function

WidgetArgsTy...

 

CurrentAssetValue

(
    const TAttribute< TWeakObjectPtr< U...
)

The current asset value for the button label

Public function

WidgetArgsTy...

 

DisallowedClasses

(
    TArray< FName > InArg
)

Disallows subclasses from the allowed asset class(es).

Public function

WidgetArgsTy...

 

OnAssetSelected

(
    const FOnAssetSelected& InDelegate
)

Called when a new asset is selected

Public function

WidgetArgsTy...

 

OnParentIsHovered

(
    const FOnParentIsHovered& InDelega...
)

Called to decide the hovered state using the parent's interact able area

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