Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SHeaderRow > API/Runtime/Slate/SHeaderRow/FColumn
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h |
| Include Path | #include "Widgets/Views/SHeaderRow.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< FColumn >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SHeaderRow::FColumn::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Views/SHeaderRow.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Views/SHeaderRow.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & CanManuallySort
(
const TAttribute< bool >& InAttribute |
Widgets/Views/SHeaderRow.h | ||
WidgetArgsType & ColumnId
(
FName InArg |
Widgets/Views/SHeaderRow.h | ||
WidgetArgsType & DefaultLabel
(
const TAttribute< FText >& InAttribute |
Widgets/Views/SHeaderRow.h | ||
WidgetArgsType & DefaultTooltip
(
const TAttribute< FText >& InAttribute |
Widgets/Views/SHeaderRow.h | ||
WidgetArgsType & FillSized
(
TOptional< float > InArg |
Set the Column Size Mode to Fill Sized. | Widgets/Views/SHeaderRow.h | |
WidgetArgsType & FillWidth
(
const TAttribute< float >& InAttribute |
Set the Column Size Mode to Fill. It's a fraction between 0 and 1 | Widgets/Views/SHeaderRow.h | |
WidgetArgsType & FixedWidth
(
TOptional< float > InArg |
Set the Column Size Mode to Fixed. | Widgets/Views/SHeaderRow.h | |
WidgetArgsType & HAlignCell
(
EHorizontalAlignment InArg |
Widgets/Views/SHeaderRow.h | ||
WidgetArgsType & HAlignHeader
(
EHorizontalAlignment InArg |
Widgets/Views/SHeaderRow.h | ||
WidgetArgsType & HeaderComboVisibility
(
EHeaderComboVisibility InArg |
Widgets/Views/SHeaderRow.h | ||
NamedSlotProperty< FArguments > HeaderContent() |
Widgets/Views/SHeaderRow.h | ||
| Widgets/Views/SHeaderRow.h | |||
WidgetArgsType & InitialSortMode
(
const TAttribute< EColumnSortMode::Type >& InAttribute |
Widgets/Views/SHeaderRow.h | ||
WidgetArgsType & IsSorting
(
const TAttribute< bool >& InAttribute |
Widgets/Views/SHeaderRow.h | ||
WidgetArgsType & ManualWidth
(
const TAttribute< float >& InAttribute |
Set the Column Size Mode to Manual. | Widgets/Views/SHeaderRow.h | |
NamedSlotProperty< FArguments > MenuContent() |
Widgets/Views/SHeaderRow.h | ||
WidgetArgsType & MinSize
(
float InArg |
Set the minimum column size when resizing. | Widgets/Views/SHeaderRow.h | |
WidgetArgsType & OnColumnSplitterDoubleClick
(
const FPointerEventHandler& InDelegate |
Allow to provide a custom handler when a splitter is double-clicked in Manual column size mode. | Widgets/Views/SHeaderRow.h | |
WidgetArgsType & OnGetMenuContent
(
const FOnGetContent& InDelegate |
Widgets/Views/SHeaderRow.h | ||
WidgetArgsType & OnSort
(
const FOnSortModeChanged& InDelegate |
Widgets/Views/SHeaderRow.h | ||
WidgetArgsType & OnWidthChanged
(
const FOnWidthChanged& InDelegate |
Widgets/Views/SHeaderRow.h | ||
WidgetArgsType & OverflowPolicy
(
ETextOverflowPolicy InArg |
Widgets/Views/SHeaderRow.h | ||
WidgetArgsType & ShouldGenerateEmptyWidgetForSpacing
(
const TAttribute< bool >& InAttribute |
Widgets/Views/SHeaderRow.h | ||
WidgetArgsType & ShouldGenerateWidget
(
const TAttribute< bool >& InAttribute |
Widgets/Views/SHeaderRow.h | ||
WidgetArgsType & SortMode
(
const TAttribute< EColumnSortMode::Type >& InAttribute |
Widgets/Views/SHeaderRow.h | ||
WidgetArgsType & SortPriority
(
const TAttribute< EColumnSortPriority::Type >& InAttribute |
Widgets/Views/SHeaderRow.h | ||
WidgetArgsType & ToolTip
(
const TAttribute< TSharedPtr< IToolTip > >& InAttribute |
Widgets/Views/SHeaderRow.h | ||
WidgetArgsType & VAlignCell
(
EVerticalAlignment InArg |
Widgets/Views/SHeaderRow.h | ||
WidgetArgsType & VAlignHeader
(
EVerticalAlignment InArg |
Widgets/Views/SHeaderRow.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments & operator[]
(
const TSharedRef< SWidget >& InChild |
Widgets/Views/SHeaderRow.h |