Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Views > API/Runtime/Slate/Widgets/Views/SHeaderRow
Inheritance Hierarchy
- SHeaderRow::FColumn
- FActivityColumn
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h |
| Include | #include "Widgets/Views/SHeaderRow.h" |
Syntax
class FColumn
Remarks
Describes a single column header
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsVisible | ||
| EHorizontalAlignment | CellHAlignment | ||
| EVerticalAlignment | CellVAlignment | ||
| FName | ColumnId | A unique ID for this column, so that it can be saved and restored. | |
| TAttribute< FText > | DefaultText | Default text to use if no widget is passed in. | |
| TAttribute< FText > | DefaultTooltip | Default tooltip to use if no widget is passed in | |
| float | DefaultWidth | A original column width in Slate Units | |
| EHeaderComboVisibility | HeaderComboVisibility | ||
| TAlwaysValidWidget | HeaderContent | ||
| TOptional< FMargin > | HeaderContentPadding | ||
| EHorizontalAlignment | HeaderHAlignment | ||
| TAlwaysValidWidget | HeaderMenuContent | ||
| EVerticalAlignment | HeaderVAlignment | ||
| TAttribute< EColumnSortMode::Type > | InitialSortMode | ||
| FOnGetContent | OnGetMenuContent | ||
| FOnSortModeChanged | OnSortModeChanged | ||
| FOnWidthChanged | OnWidthChanged | ||
| ETextOverflowPolicy | OverflowPolicy | ||
| TAttribute< bool > | ShouldGenerateWidget | ||
| EColumnSizeMode::Type | SizeRule | ||
| TAttribute< EColumnSortMode::Type > | SortMode | ||
| TAttribute< EColumnSortPriority::Type > | SortPriority | ||
| TAttribute< TSharedPtr< IToolTip > > | ToolTip | Custom tooltip to use | |
| TAttribute< float > | Width | A column width in Slate Units |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FColumn
(
const FArguments& InArgs |
Functions
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |