className
stringlengths
1
167
headerPath
stringlengths
14
166
description
stringlengths
0
1.62k
module
stringlengths
0
76
code
stringlengths
0
11.4k
variables
listlengths
0
395
ITableRow::IsLastChild
/Engine/Source/Runtime/Slate/Public/Widgets/Views/ITableRow.h
true if this item is the last direct descendant of its parent.
Slate
bool IsLastChild() const
[]
ITableRow::ResetRow
/Engine/Source/Runtime/Slate/Public/Widgets/Views/ITableRow.h
Called when the row has been released from the owning table and is no longer associated with any items therein. Only relevant if the row widgets are pooled or otherwise referenced/kept alive outside the owning table. Otherwise, the row is destroyed.
Slate
void ResetRow()
[]
ITableRow::SetIndexInList
/Engine/Source/Runtime/Slate/Public/Widgets/Views/ITableRow.h
Slate
void SetIndexInList ( int32 InIndexInList )
[]
ITableRow::ToggleExpansion
/Engine/Source/Runtime/Slate/Public/Widgets/Views/ITableRow.h
Toggle the expansion of the item associated with this row
Slate
void ToggleExpansion()
[]
ITableRow::Private_OnExpanderArrowShiftClicked
/Engine/Source/Runtime/Slate/Public/Widgets/Views/ITableRow.h
Called when the expander arrow for this row is shift+clicked
Slate
void Private_OnExpanderArrowShiftClicked()
[]
ITableRow
/Engine/Source/Runtime/Slate/Public/Widgets/Views/ITableRow.h
Interface for table views to talk to their rows.
Slate
class ITableRow
[]
SExpanderArrow::FArguments::BaseIndentLevel
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SExpanderArrow.h
The level that the root of the tree should start (e.g. 2 will shift the whole tree over by `IndentAmount*2_)
Slate
WidgetArgsType & BaseIndentLevel &40; const TAttribute< int32 > & InAttribute &41;
[]
SExpanderArrow::FArguments::IndentAmount
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SExpanderArrow.h
How many Slate Units to indent for every level of the tree.
Slate
WidgetArgsType & IndentAmount &40; const TAttribute< float > & InAttribute &41;
[]
SExpanderArrow::FArguments::StyleSet
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SExpanderArrow.h
Slate
WidgetArgsType & StyleSet &40; const ISlateStyle &42; InArg &41;
[]
SExpanderArrow::FArguments::FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SExpanderArrow.h
Slate
FArguments&40;&41;
[]
WidgetArgsType
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SExpanderArrow.h
Slate
typedef FArguments WidgetArgsType
[]
SExpanderArrow::FArguments::ShouldDrawWires
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SExpanderArrow.h
Whether to draw the wires that visually reinforce the tree hierarchy.
Slate
WidgetArgsType & ShouldDrawWires &40; const TAttribute< bool > & InAttribute &41;
[]
SExpanderArrow::Construct
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SExpanderArrow.h
Slate
void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Views\SExpanderArrow\FArguments) & InArgs, const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< class [ITableRow](API\Runtime\Slate\Widgets\Views\ITableRow) > & TableRow )
[]
FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SExpanderArrow.h
Slate
struct FArguments : public [TSlateBaseNamedArgs< SExpanderArrow >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)
[]
SExpanderArrow::GetExpanderPadding
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SExpanderArrow.h
the margin corresponding to how far this item is indented
Slate
[FMargin](API\Runtime\SlateCore\Layout\FMargin) GetExpanderPadding() const
[]
SExpanderArrow::GetExpanderImage
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SExpanderArrow.h
the name of an image that should be shown as the expander arrow
Slate
const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetExpanderImage() const
[]
SExpanderArrow::GetWidgetClass
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SExpanderArrow.h
Slate
virtual const [FSlateWidgetClassData](API\Runtime\SlateCore\Widgets\FSlateWidgetClassData) & GetWidgetClass() const
[]
SExpanderArrow::GetExpanderVisibility
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SExpanderArrow.h
Visible when has children; invisible otherwise
Slate
[EVisibility](API\Runtime\SlateCore\Layout\EVisibility) GetExpanderVisibility() const
[]
SExpanderArrow::OnArrowClicked
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SExpanderArrow.h
Invoked when the expanded button is clicked (toggle item expansion)
Slate
[FReply](API\Runtime\SlateCore\Input\FReply) OnArrowClicked()
[]
PrivateThisType
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SExpanderArrow.h
Slate
typedef [SExpanderArrow](API\Runtime\Slate\Widgets\Views\SExpanderArrow) PrivateThisType
[]
SExpanderArrow::OnPaint
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SExpanderArrow.h
The widget should respond by populating the OutDrawElements array with FDrawElements that represent it and any of its children. Called by the non-virtual OnPaint to enforce pre/post conditions during OnPaint. The maximum layer ID attained by this widget or any of its children.
Slate
virtual int32 OnPaint ( const [FPaintArgs](API\Runtime\SlateCore\Types\FPaintArgs) & Args, const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & AllottedGeometry, const [FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) & MyCullingRect, [FSlateWindowElementList](API\Runtime\SlateCore\Rendering\FSlateWindowElementList) & OutDrawElements, int32 LayerId, const [FWidgetStyle](API\Runtime\SlateCore\Styling\FWidgetStyle) & InWidgetStyle, bool bParentEnabled ) const
[]
PrivateParentType
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SExpanderArrow.h
Slate
typedef [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget) PrivateParentType
[]
Super
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SExpanderArrow.h
Slate
typedef [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget) Super
[]
SExpanderArrow::StaticWidgetClass
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SExpanderArrow.h
Slate
static const [FSlateWidgetClassData](API\Runtime\SlateCore\Widgets\FSlateWidgetClassData) & StaticWidgetClass()
[]
ThisClass
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SExpanderArrow.h
Slate
typedef [SExpanderArrow](API\Runtime\Slate\Widgets\Views\SExpanderArrow) ThisClass
[]
SExpanderArrow::SExpanderArrow
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SExpanderArrow.h
Slate
SExpanderArrow()
[]
SHeaderRow::AddColumn
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Adds a column to the header
Slate
void AddColumn ( const [FColumn::FArguments](API\Runtime\Slate\Widgets\Views\SHeaderRow\FColumn\FArguments) & NewColumnArgs )
[]
SHeaderRow::AddColumn
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Adds a column to the header
Slate
void AddColumn ( [FColumn](API\Runtime\Slate\Widgets\Views\SHeaderRow\FColumn) & NewColumn )
[]
SExpanderArrow
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SExpanderArrow.h
Expander arrow and indentation component that can be placed in a TableRow of a TreeView. Intended for use by TMultiColumnRow in TreeViews.
Slate
class SExpanderArrow : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget)
[ { "type": "TAttribute< int...", "name": "BaseIndentLevel", "description": "The level in the tree that begins the indention amount" }, { "type": "TSharedPtr<SBu...", "name": "ExpanderArrow", "description": "A reference to the expander button" }, { "type": "TAttribute< flo...", "name": "IndentAmount", "description": "The amount of space to indent at each level" }, { "type": "TWeakPtr< class...", "name": "OwnerRowPtr", "description": "" }, { "type": "TSlateAttribute...", "name": "ShouldDrawWires", "description": "Whether to draw the wires that visually reinforce the tree hierarchy." }, { "type": "constISlateSty...", "name": "StyleSet", "description": "The slate style to use" } ]
SHeaderRow::ClearColumns
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Removes all columns from the header
Slate
void ClearColumns()
[]
SHeaderRow::Construct
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Views\SHeaderRow\FArguments) & InArgs )
[]
SHeaderRow::Column
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Create a column with the specified ColumnId
Slate
static [FColumn::FArguments](API\Runtime\Slate\Widgets\Views\SHeaderRow\FColumn\FArguments) Column ( const [FName](API\Runtime\Core\UObject\FName) & InColumnId )
[]
SHeaderRow::FArguments::CanSelectGeneratedColumn
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Can select the columns generated by right clicking on the header menu.FColumnwith ShouldGenerateWidget set can not be selected.FColumnwith MenuContent will still be displayed.
Slate
WidgetArgsType & CanSelectGeneratedColumn &40; bool InArg &41;
[]
SHeaderRow::FArguments::OnColumnsChanged
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
WidgetArgsType & OnColumnsChanged &40; const FColumnsChanged::FDelegate & InDelegate &41;
[]
SHeaderRow::FArguments::OnGetMaxRowSizeForColumn
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
WidgetArgsType & OnGetMaxRowSizeForColumn &40; const FOnGetMaxRowSizeForColumn & InDelegate &41;
[]
SHeaderRow::FArguments::HiddenColumnsList
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
The list of column ids that should not be generated by default.
Slate
WidgetArgsType & HiddenColumnsList &40; TArray< FName > InArg &41;
[]
SHeaderRow::FArguments::OnHiddenColumnsListChanged
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Triggered when columns visibility changed.
Slate
WidgetArgsType & OnHiddenColumnsListChanged &40; const FSimpleDelegate & InDelegate &41;
[]
SHeaderRow::FArguments::operator+
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
WidgetArgsType & operator&43; &40; FColumn::FArguments & ArgumentsForNewSlot &41;
[]
SHeaderRow::FArguments::ResizeMode
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
WidgetArgsType & ResizeMode &40; ESplitterResizeMode::Type InArg &41;
[]
SHeaderRow::FArguments::SplitterHandleSize
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
WidgetArgsType & SplitterHandleSize &40; TOptional< float > InArg &41;
[]
SHeaderRow::FArguments::Style
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
WidgetArgsType & Style &40; const FHeaderRowStyle &42; InArg &41;
[]
WidgetArgsType
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
typedef FArguments WidgetArgsType
[]
SHeaderRow::FArguments::FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
FArguments&40;&41;
[]
FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
struct FArguments : public [TSlateBaseNamedArgs< SHeaderRow >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)
[]
SHeaderRow::FColumn::FArguments::ColumnId
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
WidgetArgsType & ColumnId &40; FName InArg &41;
[]
SHeaderRow::FColumn::FArguments::DefaultLabel
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
WidgetArgsType & DefaultLabel &40; const TAttribute< FText > & InAttribute &41;
[]
SHeaderRow::FColumn::FArguments::DefaultTooltip
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
WidgetArgsType & DefaultTooltip &40; const TAttribute< FText > & InAttribute &41;
[]
SHeaderRow::FColumn::FArguments::FillSized
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Set the Column Size Mode to Fill Sized.
Slate
WidgetArgsType & FillSized &40; TOptional< float > InArg &41;
[]
SHeaderRow::FColumn::FArguments::FillWidth
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Set the Column Size Mode to Fill. It's a fraction between 0 and 1
Slate
WidgetArgsType & FillWidth &40; const TAttribute< float > & InAttribute &41;
[]
SHeaderRow::FColumn::FArguments::FixedWidth
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Set the Column Size Mode to Fixed.
Slate
WidgetArgsType & FixedWidth &40; TOptional< float > InArg &41;
[]
SHeaderRow::FColumn::FArguments::HAlignCell
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
WidgetArgsType & HAlignCell &40; EHorizontalAlignment InArg &41;
[]
SHeaderRow::FColumn::FArguments::HeaderComboVisibility
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
WidgetArgsType & HeaderComboVisibility &40; EHeaderComboVisibility InArg &41;
[]
SHeaderRow::FColumn::FArguments::HAlignHeader
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
WidgetArgsType & HAlignHeader &40; EHorizontalAlignment InArg &41;
[]
SHeaderRow::FColumn::FArguments::HeaderContent
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
NamedSlotProperty< FArguments > HeaderContent&40;&41;
[]
SHeaderRow::FColumn::FArguments::HeaderContentPadding
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
WidgetArgsType & HeaderContentPadding &40; TOptional< FMargin > InArg &41;
[]
SHeaderRow::FColumn::FArguments::InitialSortMode
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
WidgetArgsType & InitialSortMode &40; const TAttribute< EColumnSortMode::Type > & InAttribute &41;
[]
SHeaderRow::FColumn::FArguments::ManualWidth
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Set the Column Size Mode to Manual.
Slate
WidgetArgsType & ManualWidth &40; const TAttribute< float > & InAttribute &41;
[]
SHeaderRow::FColumn::FArguments::OnGetMenuContent
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
WidgetArgsType & OnGetMenuContent &40; const FOnGetContent & InDelegate &41;
[]
SHeaderRow::FColumn::FArguments::MenuContent
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
NamedSlotProperty< FArguments > MenuContent&40;&41;
[]
SHeaderRow::FColumn::FArguments::operator[]
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
FArguments & operator&91;&93; &40; const TSharedRef< SWidget > & InChild &41;
[]
SHeaderRow::FColumn::FArguments::OnSort
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
WidgetArgsType & OnSort &40; const FOnSortModeChanged & InDelegate &41;
[]
SHeaderRow::FColumn::FArguments::OnWidthChanged
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
WidgetArgsType & OnWidthChanged &40; const FOnWidthChanged & InDelegate &41;
[]
SHeaderRow::FColumn::FArguments::OverflowPolicy
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
WidgetArgsType & OverflowPolicy &40; ETextOverflowPolicy InArg &41;
[]
SHeaderRow::FColumn::FArguments::SortMode
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
WidgetArgsType & SortMode &40; const TAttribute< EColumnSortMode::Type > & InAttribute &41;
[]
SHeaderRow::FColumn::FArguments::ShouldGenerateWidget
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
WidgetArgsType & ShouldGenerateWidget &40; const TAttribute< bool > & InAttribute &41;
[]
SHeaderRow::FColumn::FArguments::ToolTip
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
WidgetArgsType & ToolTip &40; const TAttribute< TSharedPtr< IToolTip > > & InAttribute &41;
[]
SHeaderRow::FColumn::FArguments::VAlignCell
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
WidgetArgsType & VAlignCell &40; EVerticalAlignment InArg &41;
[]
SHeaderRow::FColumn::FArguments::VAlignHeader
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
WidgetArgsType & VAlignHeader &40; EVerticalAlignment InArg &41;
[]
SHeaderRow::FColumn::FArguments::SortPriority
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
WidgetArgsType & SortPriority &40; const TAttribute< EColumnSortPriority::Type > & InAttribute &41;
[]
WidgetArgsType
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
typedef FArguments WidgetArgsType
[]
SHeaderRow::FColumn::FArguments::FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
FArguments&40;&41;
[]
FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
struct FArguments : public [TSlateBaseNamedArgs< FColumn >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)
[]
SHeaderRow::FColumn::GetWidth
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
float GetWidth&40;&41; const
[]
SHeaderRow::FColumn::FColumn
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
FColumn &40; const FArguments & InArgs &41;
[]
SHeaderRow::FColumn::SetWidth
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
void SetWidth &40; float NewWidth &41;
[]
FColumn
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Describes a single column header
Slate
class FColumn
[ { "type": "bool", "name": "bIsVisible", "description": "" }, { "type": "EHorizontalAlig...", "name": "CellHAlignment", "description": "" }, { "type": "EVerticalAlignm...", "name": "CellVAlignment", "description": "" }, { "type": "FName", "name": "ColumnId", "description": "A unique ID for this column, so that it can be saved and restored." }, { "type": "TAttribute<FTe...", "name": "DefaultText", "description": "Default text to use if no widget is passed in." }, { "type": "TAttribute<FTe...", "name": "DefaultTooltip", "description": "Default tooltip to use if no widget is passed in" }, { "type": "float", "name": "DefaultWidth", "description": "A original column width in Slate Units" }, { "type": "EHeaderComboVis...", "name": "HeaderComboVisibility", "description": "" }, { "type": "TAlwaysValidWid...", "name": "HeaderContent", "description": "" }, { "type": "TOptional<FMar...", "name": "HeaderContentPadding", "description": "" }, { "type": "EHorizontalAlig...", "name": "HeaderHAlignment", "description": "" }, { "type": "TAlwaysValidWid...", "name": "HeaderMenuContent", "description": "" }, { "type": "EVerticalAlignm...", "name": "HeaderVAlignment", "description": "" }, { "type": "TAttribute<ECo...", "name": "InitialSortMode", "description": "" }, { "type": "FOnGetContent", "name": "OnGetMenuContent", "description": "" }, { "type": "FOnSortModeChan...", "name": "OnSortModeChanged", "description": "" }, { "type": "FOnWidthChanged", "name": "OnWidthChanged", "description": "" }, { "type": "ETextOverflowPo...", "name": "OverflowPolicy", "description": "" }, { "type": "TAttribute< boo...", "name": "ShouldGenerateWidget", "description": "" }, { "type": "EColumnSizeMode...", "name": "SizeRule", "description": "" }, { "type": "TAttribute<ECo...", "name": "SortMode", "description": "" }, { "type": "TAttribute<ECo...", "name": "SortPriority", "description": "" }, { "type": "TAttribute<TSh...", "name": "ToolTip", "description": "Custom tooltip to use" }, { "type": "TAttribute< flo...", "name": "Width", "description": "A column width in Slate Units" } ]
FColumnsChanged
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
class FColumnsChanged : public TBaseMulticastDelegate_OneParam< void, const TSharedRef< SHeaderRow > & >
[]
SHeaderRow::GetColumns
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
the Columns driven by the column headers
Slate
const [TIndirectArray](API\Runtime\Core\Containers\TIndirectArray)< [FColumn](API\Runtime\Slate\Widgets\Views\SHeaderRow\FColumn) > & GetColumns() const
[]
SHeaderRow::GetHiddenColumnIds
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
The columns id of the header widgets that were not generated
Slate
[TArray](API\Runtime\Core\Containers\TArray)< [FName](API\Runtime\Core\UObject\FName) > GetHiddenColumnIds() const
[]
SHeaderRow::GetRowSizeForSlotIndex
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Will return the size for this row at the specified slot index
Slate
FVector2D GetRowSizeForSlotIndex ( int32 SlotIndex ) const
[]
SHeaderRow::InsertColumn
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Inserts a column at the specified index in the header
Slate
void InsertColumn ( const [FColumn::FArguments](API\Runtime\Slate\Widgets\Views\SHeaderRow\FColumn\FArguments) & NewColumnArgs, int32 InsertIdx )
[]
SHeaderRow::InsertColumn
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Inserts a column at the specified index in the header
Slate
void InsertColumn ( [FColumn](API\Runtime\Slate\Widgets\Views\SHeaderRow\FColumn) & NewColumn, int32 InsertIdx )
[]
SHeaderRow::IsColumnGenerated
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
is the header widget with the column id is generated
Slate
bool IsColumnGenerated ( const [FName](API\Runtime\Core\UObject\FName) & InColumnId ) const
[]
SHeaderRow::IsColumnVisible
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
true if the header widget with the column id is visible
Slate
bool IsColumnVisible ( const [FName](API\Runtime\Core\UObject\FName) & InColumnId ) const
[]
SHeaderRow::OnMouseButtonUp
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
The system calls this method to notify the widget that a mouse button was release within it. This event is bubbled. Whether the event was handled along with possible requests for the system to take action.
Slate
virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnMouseButtonUp ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent )
[]
SHeaderRow::OnColumnsChanged
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
[FColumnsChanged](API\Runtime\Slate\Widgets\Views\SHeaderRow\FColumnsChanged) * OnColumnsChanged()
[]
SHeaderRow::RefreshColumns
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Force refreshing of the column widgets
Slate
void RefreshColumns()
[]
SHeaderRow::RemoveColumn
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Removes a column from the header
Slate
void RemoveColumn ( const [FName](API\Runtime\Core\UObject\FName) & InColumnId )
[]
SHeaderRow::ResetColumnWidths
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Restore the columns to their original width
Slate
void ResetColumnWidths()
[]
SHeaderRow::SetAssociatedVerticalScrollBar
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
void SetAssociatedVerticalScrollBar ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SScrollBar](API\Runtime\Slate\Widgets\Layout\SScrollBar) > & ScrollBar, const float ScrollBarSize )
[]
SHeaderRow::SetColumnWidth
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Sets the column, with the specified name, to the desired width
Slate
void SetColumnWidth ( const [FName](API\Runtime\Core\UObject\FName) & InColumnId, float InWidth )
[]
SHeaderRow::SetOnGetMaxRowSizeForColumn
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Simple function to set the delegate to fetch the max row size for column id
Slate
void SetOnGetMaxRowSizeForColumn ( const FOnGetMaxRowSizeForColumn & Delegate )
[]
SHeaderRow::SetShowGeneratedColumn
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Show or Hide a generated column
Slate
void SetShowGeneratedColumn ( const [FName](API\Runtime\Core\UObject\FName) & InColumnIdm, bool InShow )
[]
SHeaderRow::ShouldGeneratedColumn
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
is the header widget should be generated
Slate
bool ShouldGeneratedColumn ( const [FName](API\Runtime\Core\UObject\FName) & InColumnId ) const
[]
SHeaderRow
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
The header that appears above lists and trees when they are showing multiple columns.
Slate
class SHeaderRow : public [SBorder](API\Runtime\Slate\Widgets\Layout\SBorder)
[]
SMultiColumnTableRow::ClearCellCache
/Engine/Source/Runtime/Slate/Public/Widgets/Views/STableRow.h
Slate
void ClearCellCache()
[]
SMultiColumnTableRow::ConstructChildren
/Engine/Source/Runtime/Slate/Public/Widgets/Views/STableRow.h
Slate
virtual void ConstructChildren ( [ETableViewMode::Type](API\Runtime\Slate\Framework\Views\ETableViewMode__Type) InOwnerTableMode, const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FMargin](API\Runtime\SlateCore\Layout\FMargin) > & InPadding, const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & InContent )
[]
SMultiColumnTableRow::Construct
/Engine/Source/Runtime/Slate/Public/Widgets/Views/STableRow.h
Slate
void Construct ( const [FTableRowArgs](API\Runtime\Slate\Widgets\Views\SMultiColumnTableRow\FTableRowArgs) & InArgs, const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [STableViewBase](API\Runtime\Slate\Widgets\Views\STableViewBase) > & OwnerTableView )
[]
FSuperRowType
/Engine/Source/Runtime/Slate/Public/Widgets/Views/STableRow.h
Use this to construct the superclass; e.g. FSuperRowType::Construct( FTableRowArgs(), OwnerTableView )
Slate
typedef [SMultiColumnTableRow](API\Runtime\Slate\Widgets\Views\SMultiColumnTableRow)< ItemType > FSuperRowType
[]
FTableRowArgs
/Engine/Source/Runtime/Slate/Public/Widgets/Views/STableRow.h
Use this to construct the superclass; e.g. FSuperRowType::Construct( FTableRowArgs(), OwnerTableView )
Slate
typedef [STableRow](API\Runtime\Slate\Widgets\Views\STableRow)< ItemType >::[FArguments](API\Runtime\Slate\Widgets\Layout\SBorder\FArguments) FTableRowArgs
[]