Navigation
API > API/Developer > API/Developer/ToolWidgets
Column added to a header widget row to control the sizing when the default behavior is incorrect.
| Name | FHeaderWidgetSizeColumn |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/Columns/SlateHeaderColumns.h |
| Include Path | #include "Columns/SlateHeaderColumns.h" |
Syntax
USTRUCT (Meta=(DisplayName="Header widget with custom size"))
struct FHeaderWidgetSizeColumn : public FEditorDataStorageColumn
Inheritance Hierarchy
- FEditorDataStorageColumn → FHeaderWidgetSizeColumn
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ColumnSizeMode | EColumnSizeMode::Type | Columns/SlateHeaderColumns.h | ||
| Width | float | Fill: Column stretches to this fraction of the header row Fixed: Column is fixed at this width in slate units and cannot be resized Manual: Column defaults to this width in slate units and can be user-sized FillSized: Column stretches as Fill but is initialized with this width in slate units | Columns/SlateHeaderColumns.h |