Navigation
API > API/Plugins > API/Plugins/MediaIOEditor > API/Plugins/MediaIOEditor/SMediaPermutationsSelector
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOEditor/Public/Widgets/SMediaPermutationsSelector.h |
| Include Path | #include "Widgets/SMediaPermutationsSelector.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< ThisClass >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SMediaPermutationsSelector::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/SMediaPermutationsSelector.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/SMediaPermutationsSelector.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & ColumnHeight
(
const TAttribute< FOptionalSize >& InAttribute |
Desired height of the columns | Widgets/SMediaPermutationsSelector.h | |
WidgetArgsType & OnButtonClicked
(
const FOnClicked& InDelegate |
Delegate to invoke when the button is clicked. | Widgets/SMediaPermutationsSelector.h | |
WidgetArgsType & OnGetExtensions
(
const FOnGetExtensions& InDelegate |
Delegate to invoke when gathering extensions. | Widgets/SMediaPermutationsSelector.h | |
WidgetArgsType & OnSelectionChanged
(
const FOnSelectionChanged& InDelegate |
Delegate to invoke when selection changes. | Widgets/SMediaPermutationsSelector.h | |
WidgetArgsType & OverrideButtonWidget
(
TSharedPtr< SWidget > InArg |
Override the "apply" button widget | Widgets/SMediaPermutationsSelector.h | |
WidgetArgsType & PermutationsSource
(
TArray< ItemType > InArg |
Array of data items that we are displaying | Widgets/SMediaPermutationsSelector.h | |
WidgetArgsType & SelectedPermutation
(
TOptional< ItemType > InArg |
Default selected item in ItemsSource | Widgets/SMediaPermutationsSelector.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & operator+
(
FColumn::FArguments& ArgumentsForNewSlot |
Array of columns | Widgets/SMediaPermutationsSelector.h |