Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SHeaderRow
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InsertColumn
(
const FColumn::FArguments& NewColumnArgs, |
Inserts a column at the specified index in the header | Widgets/Views/SHeaderRow.h | |
void InsertColumn
(
FColumn& NewColumn, |
Widgets/Views/SHeaderRow.h |
InsertColumn(const FColumn::FArguments &, int32)
Description
Inserts a column at the specified index in the header
| Name | InsertColumn |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h |
| Include Path | #include "Widgets/Views/SHeaderRow.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Views/SHeaderRow.cpp |
void InsertColumn
(
const FColumn::FArguments & NewColumnArgs,
int32 InsertIdx
)
InsertColumn(FColumn &, int32)
| Name | InsertColumn |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h |
| Include Path | #include "Widgets/Views/SHeaderRow.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Views/SHeaderRow.cpp |
void InsertColumn
(
FColumn & NewColumn,
int32 InsertIdx
)