Navigation
API > API/Plugins > API/Plugins/MediaIOEditor > API/Plugins/MediaIOEditor/Widgets > API/Plugins/MediaIOEditor/Widgets/SMediaPermutationsSelector
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
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | ColumnHeight
(
const TAttribute< FOptionalSize >& InAttribute |
Desired height of the columns | |
| WidgetArgsType & | OnButtonClicked
(
const FOnClicked& InDelegate |
Delegate to invoke when the button is clicked. | |
| WidgetArgsType & | OnGetExtensions
(
const FOnGetExtensions& InDelegate |
Delegate to invoke when gathering extensions. | |
| WidgetArgsType & | OnSelectionChanged
(
const FOnSelectionChanged& InDelegate |
Delegate to invoke when selection changes. | |
| WidgetArgsType & | OverrideButtonWidget
(
TSharedPtr< SWidget > InArg |
Override the "apply" button widget | |
| WidgetArgsType & | PermutationsSource
(
TArray< ItemType > InArg |
Array of data items that we are displaying | |
| WidgetArgsType & | SelectedPermutation
(
TOptional< ItemType > InArg |
Default selected item in ItemsSource |
Operators
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | operator+
(
FColumn::FArguments& ArgumentsForNewSlot |
Array of columns |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |