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