Navigation
API > API/Plugins > API/Plugins/MediaIOEditor > API/Plugins/MediaIOEditor/Widgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SMediaPermutationsSelector
References
| Module | MediaIOEditor |
| Header | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOEditor/Public/Widgets/SMediaPermutationsSelector.h |
| Include | #include "Widgets/SMediaPermutationsSelector.h" |
Syntax
template<typename ItemType, typename ItemBuilder>
class SMediaPermutationsSelector : public SCompoundWidget
Functions
| Type | Name | Description | |
|---|---|---|---|
| FColumn::FArguments | Create a column with a specified ColumnId | ||
| void | Construct
(
const FArguments& InArgs |
||
| ItemType | Get a copy of the current selected item. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments | |||
| FColumn | Describes a single column |
Typedefs
| Name | Description |
|---|---|
| FIsColumnVisible | A delegate type invoked when we fill a column and wants to check if it should be visible. |
| FOnGetExtensions | A delegate called to add additional widgets to the left of the apply button. |
| FOnSelectionChanged | A delegate type invoked when the selection changes. |
| ThisClass |