Navigation
API > API/Plugins > API/Plugins/MediaIOEditor > API/Plugins/MediaIOEditor/SMediaPermutationsSelector
Describes a single column
| Name | FColumn |
| Type | class |
| Header File | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOEditor/Public/Widgets/SMediaPermutationsSelector.h |
| Include Path | #include "Widgets/SMediaPermutationsSelector.h" |
Syntax
class FColumn
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FColumn
(
const FArguments& InArgs |
Widgets/SMediaPermutationsSelector.h |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ColumnName | FName | A unique ID for this property, so that it can be saved and restored. | Widgets/SMediaPermutationsSelector.h | |
| IsColumnVisible | FIsColumnVisible | Delegate to invoke when build the column and check the visibility. | Widgets/SMediaPermutationsSelector.h | |
| Label | TAttribute< FText > | Text to use as the Column header. | Widgets/SMediaPermutationsSelector.h | |
| Tooltip | TAttribute< FText > | Text to use as the Column tooltip. | Widgets/SMediaPermutationsSelector.h | |
| Widget | TSharedPtr< SWidget > | Widget created by this menu. | Widgets/SMediaPermutationsSelector.h |