Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Views > API/Runtime/Slate/Widgets/Views/SHeaderRow > API/Runtime/Slate/Widgets/Views/SHeaderRow/FColumn
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SHeaderRow::FColumn::FArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h |
| Include | #include "Widgets/Views/SHeaderRow.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< FColumn >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | |||
| WidgetArgsType & | DefaultLabel
(
const TAttribute< FText >& InAttribute |
||
| WidgetArgsType & | DefaultTooltip
(
const TAttribute< FText >& InAttribute |
||
| WidgetArgsType & | Set the Column Size Mode to Fill Sized. | ||
| WidgetArgsType & | FillWidth
(
const TAttribute< float >& InAttribute |
Set the Column Size Mode to Fill. It's a fraction between 0 and 1 | |
| WidgetArgsType & | FixedWidth
(
TOptional< float > InArg |
Set the Column Size Mode to Fixed. | |
| WidgetArgsType & | HAlignCell
(
EHorizontalAlignment InArg |
||
| WidgetArgsType & | HAlignHeader
(
EHorizontalAlignment InArg |
||
| WidgetArgsType & | HeaderComboVisibility
(
EHeaderComboVisibility InArg |
||
| NamedSlotProperty< FArguments > | |||
| WidgetArgsType & | HeaderContentPadding
(
TOptional< FMargin > InArg |
||
| WidgetArgsType & | InitialSortMode
(
const TAttribute< EColumnSortMode::Type >& InAttribute |
||
| WidgetArgsType & | ManualWidth
(
const TAttribute< float >& InAttribute |
Set the Column Size Mode to Manual. | |
| NamedSlotProperty< FArguments > | MenuContent () |
||
| WidgetArgsType & | OnGetMenuContent
(
const FOnGetContent& InDelegate |
||
| WidgetArgsType & | OnSort
(
const FOnSortModeChanged& InDelegate |
||
| WidgetArgsType & | OnWidthChanged
(
const FOnWidthChanged& InDelegate |
||
| WidgetArgsType & | OverflowPolicy
(
ETextOverflowPolicy InArg |
||
| WidgetArgsType & | ShouldGenerateWidget
(
const TAttribute< bool >& InAttribute |
||
| WidgetArgsType & | SortMode
(
const TAttribute< EColumnSortMode::Type >& InAttribute |
||
| WidgetArgsType & | SortPriority
(
const TAttribute< EColumnSortPriority::Type >& InAttribute |
||
| WidgetArgsType & | ToolTip
(
const TAttribute< TSharedPtr< IToolTip > >& InAttribute |
||
| WidgetArgsType & | VAlignCell
(
EVerticalAlignment InArg |
||
| WidgetArgsType & | VAlignHeader
(
EVerticalAlignment InArg |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FArguments & | operator[]
(
const TSharedRef< SWidget >& InChild |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |