FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

SMediaPermutationsSelector::FArguments

References

Module

MediaIOEditor

Header

/Engine/Plugins/Media/MediaIOFramework/Source/MediaIOEditor/Public/Widgets/SMediaPermutationsSelector.h

Include

#include "Widgets/SMediaPermutationsSelector.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< ThisClass >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

ColumnHeight

(
    const TAttribute< FOptionalSize >&...
)

Desired height of the columns

Public function

WidgetArgsTy...

 

OnButtonClicked

(
    const FOnClicked& InDelegate
)

Delegate to invoke when the button is clicked.

Public function

WidgetArgsTy...

 

OnSelectionChanged

(
    const FOnSelectionChanged& InDeleg...
)

Delegate to invoke when selection changes.

Public function

WidgetArgsTy...

 

OverrideButtonWidget

(
    TSharedPtr< SWidget > InArg
)

Override the "apply" button widget

Public function

WidgetArgsTy...

 

PermutationsSource

(
    TArray< ItemType > InArg
)

Array of data items that we are displaying

Public function

WidgetArgsTy...

 

SelectedPermutation

(
    TOptional< ItemType > InArg
)

Default selected item in ItemsSource

Operators

Name Description

Public function

WidgetArgsTy...

 

operator+

(
    FColumn::FArguments& ArgumentsForN...
)

Array of columns

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