Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Views
Inheritance Hierarchy
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h |
| Include | #include "Widgets/Views/SHeaderRow.h" |
Syntax
class SHeaderRow : public SBorder
Remarks
The header that appears above lists and trees when they are showing multiple columns.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Adds a column to the header | ||
| void | AddColumn
(
const FColumn::FArguments& NewColumnArgs |
Adds a column to the header | |
| void | ClearColumns () |
Removes all columns from the header | |
| FColumn::FArguments | Create a column with the specified ColumnId | ||
| void | Construct
(
const FArguments& InArgs |
||
| const TIndirectArray< FColumn > & | GetColumns () |
||
| TArray< FName > | |||
| FVector2D | GetRowSizeForSlotIndex
(
int32 SlotIndex |
Will return the size for this row at the specified slot index | |
| void | InsertColumn
(
const FColumn::FArguments& NewColumnArgs, |
Inserts a column at the specified index in the header | |
| void | InsertColumn
(
FColumn& NewColumn, |
Inserts a column at the specified index in the header | |
| bool | IsColumnGenerated
(
const FName& InColumnId |
||
| bool | IsColumnVisible
(
const FName& InColumnId |
||
| FColumnsChanged * | |||
| void | Force refreshing of the column widgets | ||
| void | RemoveColumn
(
const FName& InColumnId |
Removes a column from the header | |
| void | Restore the columns to their original width | ||
| void | SetAssociatedVerticalScrollBar
(
const TSharedRef< SScrollBar >& ScrollBar, |
||
| void | SetColumnWidth
(
const FName& InColumnId, |
Sets the column, with the specified name, to the desired width | |
| void | SetOnGetMaxRowSizeForColumn
(
const FOnGetMaxRowSizeForColumn& Delegate |
Simple function to set the delegate to fetch the max row size for column id | |
| void | SetShowGeneratedColumn
(
const FName& InColumnIdm, |
Show or Hide a generated column | |
| bool | ShouldGeneratedColumn
(
const FName& InColumnId |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FReply | OnMouseButtonUp
(
const FGeometry& MyGeometry, |
The system calls this method to notify the widget that a mouse button was release within it. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments | |||
| FColumn | Describes a single column header | ||
| FColumnsChanged |