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
STextBlock::GetShadowOffset
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
Gets the current shadow offset
Slate
FVector2f GetShadowOffset() const
[]
STextBlock::GetStrikeBrush
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
Gets the current strike brush
Slate
const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetStrikeBrush() const
[]
STextBlock::GetText
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
Gets the text assigned to this text block This text block's text string
Slate
const [FText](API\Runtime\Core\Internationalization\FText) & GetText() const
[]
STextBlock::GetTransformPolicy
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
Get TransformPolicy attribute
Slate
ETextTransformPolicy GetTransformPolicy() const
[]
STextBlock::GetWidgetClass
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
Slate
virtual const [FSlateWidgetClassData](API\Runtime\SlateCore\Widgets\FSlateWidgetClassData) & GetWidgetClass() const
[]
STextBlock::GetTransformPolicyImpl
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
Get TransformPolicy attribute
Slate
ETextTransformPolicy GetTransformPolicyImpl() const
[]
STextBlock::OnPaint
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
Whenever possible, LeafWidgets should avoid dealing with layout properties. See TextBlock for an example.
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/Text/STextBlock.h
Slate
typedef [SLeafWidget](API\Runtime\SlateCore\Widgets\SLeafWidget) PrivateParentType
[]
PrivateThisType
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
Slate
typedef [STextBlock](API\Runtime\Slate\Widgets\Text\STextBlock) PrivateThisType
[]
STextBlock::SetAutoWrapText
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
See AutoWrapText attribute
Slate
void SetAutoWrapText ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool > InAutoWrapText )
[]
STextBlock::SetColorAndOpacity
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
See ColorAndOpacity attribute
Slate
void SetColorAndOpacity ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) > InColorAndOpacity )
[]
STextBlock::SetFont
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
Sets the font used to draw the text
Slate
void SetFont ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) > InFont )
[]
STextBlock::SetHighlightColor
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
See HighlightColor attribute
Slate
void SetHighlightColor ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FLinearColor](API\Runtime\Core\Math\FLinearColor) > InHighlightColor )
[]
STextBlock::SetHighlightShape
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
See HighlightShape attribute
Slate
void SetHighlightShape ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * > InHighlightShape )
[]
STextBlock::SetHighlightText
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
Sets the highlight text for this text block
Slate
void SetHighlightText ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) > InText )
[]
STextBlock::SetJustification
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
See Justification attribute
Slate
void SetJustification ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [ETextJustify::Type](API\Runtime\Slate\Framework\Text\ETextJustify__Type) > InJustification )
[]
STextBlock::SetLineHeightPercentage
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
See LineHeightPercentage attribute
Slate
void SetLineHeightPercentage ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< float > InLineHeightPercentage )
[]
STextBlock::SetMargin
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
See Margin attribute
Slate
void SetMargin ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FMargin](API\Runtime\SlateCore\Layout\FMargin) > InMargin )
[]
STextBlock::SetMinDesiredWidth
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
See MinDesiredWidth attribute
Slate
void SetMinDesiredWidth ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< float > InMinDesiredWidth )
[]
STextBlock::SetShadowColorAndOpacity
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
See ShadowColorAndOpacity attribute
Slate
void SetShadowColorAndOpacity ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FLinearColor](API\Runtime\Core\Math\FLinearColor) > InShadowColorAndOpacity )
[]
STextBlock::SetOverflowPolicy
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
Sets the overflow policy for this text block
Slate
void SetOverflowPolicy ( [TOptional](API\Runtime\Core\IO\TOptional)< ETextOverflowPolicy > InOverflowPolicy )
[]
STextBlock::SetShadowOffset
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
See ShadowOffset attribute
Slate
void SetShadowOffset ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< FVector2D > InShadowOffset )
[]
STextBlock::SetStrikeBrush
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
Sets the brush used to strike through the text
Slate
void SetStrikeBrush ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * > InStrikeBrush )
[]
STextBlock::SetText
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
Sets the text for this text block
Slate
void SetText ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) > InText )
[]
STextBlock::SetTextFlowDirection
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
See TextFlowDirection attribute
Slate
void SetTextFlowDirection ( const [TOptional](API\Runtime\Core\IO\TOptional)< ETextFlowDirection > & InTextFlowDirection )
[]
STextBlock::SetTextStyle
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
See TextStyle argument
Slate
void SetTextStyle ( const [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) * InTextStyle )
[]
STextBlock::SetTextShapingMethod
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
See TextShapingMethod attribute
Slate
void SetTextShapingMethod ( const [TOptional](API\Runtime\Core\IO\TOptional)< ETextShapingMethod > & InTextShapingMethod )
[]
STextBlock::SetTransformPolicy
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
Set TransformPolicy attribute
Slate
void SetTransformPolicy ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< ETextTransformPolicy > InTransformPolicy )
[]
STextBlock::SetWrapTextAt
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
See WrapTextAt attribute
Slate
void SetWrapTextAt ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< float > InWrapTextAt )
[]
STextBlock::SetWrappingPolicy
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
Set WrappingPolicy attribute
Slate
void SetWrappingPolicy ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< ETextWrappingPolicy > InWrappingPolicy )
[]
STextBlock::StaticWidgetClass
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
Slate
static const [FSlateWidgetClassData](API\Runtime\SlateCore\Widgets\FSlateWidgetClassData) & StaticWidgetClass()
[]
Super
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
Slate
typedef [SLeafWidget](API\Runtime\SlateCore\Widgets\SLeafWidget) Super
[]
ThisClass
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
Slate
typedef [STextBlock](API\Runtime\Slate\Widgets\Text\STextBlock) ThisClass
[]
STextBlock::STextBlock
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
Constructor
Slate
STextBlock()
[]
STextBlock::~STextBlock
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
Destructor
Slate
~STextBlock()
[]
STextBlock
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h
A simple static text widget
Slate
class STextBlock : public [SLeafWidget](API\Runtime\SlateCore\Widgets\SLeafWidget)
[ { "type": "uint16: 1", "name": "bIsAttributeBoundTextBound", "description": "" }, { "type": "uint16: 1", "name": "bIsAttributeColorAndOpacitySet", "description": "" }, { "type": "uint16: 1", "name": "bIsAttributeFontSet", "description": "" }, { "type": "uint16: 1", "name": "bIsAttributeHighlightColorSet", "description": "" }, { "type": "uint16: 1", "name": "bIsAttributeHighlightShapeSet", "description": "" }, { "type": "uint16: 1", "name": "bIsAttributeShadowColorAndOpacitySet", "description": "" }, { "type": "uint16: 1", "name": "bIsAttributeShadowOffsetSet", "description": "" }, { "type": "uint16: 1", "name": "bIsAttributeStrikeBrushSet", "description": "" }, { "type": "uint16: 1", "name": "bIsAttributeTransformPolicySet", "description": "" }, { "type": "uint16: 1", "name": "bIsAttributeWrapTextAtSet", "description": "" }, { "type": "uint16", "name": "Union_Flags", "description": "" } ]
STextScroller::Construct
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextScroller.h
Slate
void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Text\STextScroller\FArguments) & InArgs )
[]
EActiveState
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextScroller.h
Slate
enum EActiveState { FadeIn = 0, Start, StartWait, Scrolling, Stop, StopWait, FadeOut, Suspend, }
[]
ETickerState
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextScroller.h
Slate
enum ETickerState { None = 0, StartTicking, Ticking, StopTicking, }
[]
STextScroller::FArguments::Content
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextScroller.h
Slot for the text widget to be scrolled
Slate
NamedSlotProperty< FArguments > Content&40;&41;
[]
STextScroller::FArguments::operator[]
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextScroller.h
Slate
FArguments & operator&91;&93; &40; const TSharedRef< SWidget > & InChild &41;
[]
STextScroller::FArguments::ScrollOptions
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextScroller.h
Options to apply when scrolling the text
Slate
WidgetArgsType & ScrollOptions &40; FTextScrollerOptions InArg &41;
[]
WidgetArgsType
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextScroller.h
Slate
typedef FArguments WidgetArgsType
[]
FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextScroller.h
Slate
struct FArguments : public [TSlateBaseNamedArgs< STextScroller >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)
[]
STextScroller::FArguments::FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextScroller.h
Slate
FArguments&40;&41;
[]
STextScroller::IsScrollingEnabled
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextScroller.h
Slate
bool IsScrollingEnabled() const
[]
STextScroller::OnArrangeChildren
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextScroller.h
Compute the Geometry of all the children and add populate the ArrangedChildren list with their values. Each type of Layout panel should arrange children based on desired behavior.
Slate
virtual void OnArrangeChildren ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & AllottedGeometry, [FArrangedChildren](API\Runtime\SlateCore\Layout\FArrangedChildren) & ArrangedChildren ) const
[]
STextScroller::ResetScrollState
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextScroller.h
Slate
void ResetScrollState()
[]
STextScroller::OnPaint
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextScroller.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
[]
STextScroller::SuspendScrolling
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextScroller.h
Slate
void SuspendScrolling()
[]
STextScroller
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextScroller.h
Utility to wrap a single-line text widget (STextBlockorSRichTextBlock) and provide support for auto-scrolling the text if it's longer than the available space.
Slate
class STextScroller : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget)
[]
EColumnSizeMode::Type
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
namespace EColumnSizeMode { enum Type { Fill = 0, Fixed = 1, Manual = 2, FillSized = 3, } }
[]
STextScroller::StartScrolling
/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextScroller.h
Slate
void StartScrolling()
[]
EColumnSortPriority::Type
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
namespace EColumnSortPriority { enum Type { None, Primary = 0, Secondary = 1, Max, } }
[]
EColumnSortMode::Type
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h
Slate
namespace EColumnSortMode { enum Type { None = 0, Ascending = 1, Descending = 2, } }
[]
FArrayPointer::GetItems
/Engine/Source/Runtime/Slate/Public/Widgets/Views/IItemsSource.h
Returns all the items in the source.
Slate
virtual const [TArrayView](API\Runtime\Core\Containers\TArrayView)< const ItemType > GetItems() const
[]
FArrayPointer::IsSame
/Engine/Source/Runtime/Slate/Public/Widgets/Views/IItemsSource.h
Test if the source has the same origin.
Slate
virtual bool IsSame ( const void * RawPointer ) const
[]
FArrayPointer::FArrayPointer
/Engine/Source/Runtime/Slate/Public/Widgets/Views/IItemsSource.h
Slate
FArrayPointer ( const [TArray](API\Runtime\Core\Containers\TArray)< ItemType > * InItemsSource )
[]
FArrayPointer
/Engine/Source/Runtime/Slate/Public/Widgets/Views/IItemsSource.h
Slate
template<typename ItemType> class FArrayPointer : public [UE::Slate::ItemsSource::IItemsSource< ItemType >](API\Runtime\Slate\Widgets\Views\IItemsSource)
[]
FItemInfo::GetNestingLevel
/Engine/Source/Runtime/Slate/Public/Widgets/Views/STreeView.h
Slate
int32 GetNestingLevel() const
[]
FItemInfo::FItemInfo
/Engine/Source/Runtime/Slate/Public/Widgets/Views/STreeView.h
Slate
FItemInfo ( [TBitArray](API\Runtime\Core\Containers\TBitArray)<> InNeedsVerticalWire, bool InHasChildren, bool InIsLastChild, int32 InParentIndex )
[]
FItemInfo::FItemInfo
/Engine/Source/Runtime/Slate/Public/Widgets/Views/STreeView.h
Slate
FItemInfo()
[]
FObservableArrayPointer::GetItems
/Engine/Source/Runtime/Slate/Public/Widgets/Views/IItemsSource.h
Returns all the items in the source.
Slate
virtual const [TArrayView](API\Runtime\Core\Containers\TArrayView)< const [ItemType](API\Runtime\Slate\Widgets\Views\FObservableArrayPointer\ItemType) > GetItems() const
[]
FItemInfo
/Engine/Source/Runtime/Slate/Public/Widgets/Views/STreeView.h
Info needed by every visible item in the tree
Slate
struct FItemInfo
[ { "type": "uint32: 1", "name": "bHasChildren", "description": "Does this tree item have children?" }, { "type": "uint32: 1", "name": "bIsLastChild", "description": "Is this the last child of its parent? If so, it gets a special kind of wire/connector." }, { "type": "TBitArray", "name": "NeedsVerticalWire", "description": "Flags for whether we need a wire drawn for this level of the tree." }, { "type": "int32", "name": "ParentIndex", "description": "Indexinto the linearized tree of the parent for this item, if any, otherwise INDEX_NONE." } ]
ItemType
/Engine/Source/Runtime/Slate/Public/Widgets/Views/IItemsSource.h
Slate
typedef InItemType ItemType
[]
FObservableArrayPointer::IsSame
/Engine/Source/Runtime/Slate/Public/Widgets/Views/IItemsSource.h
Test if the source has the same origin.
Slate
virtual bool IsSame ( const void * RawPointer ) const
[]
FObservableArrayPointer::~FObservableArrayPointer
/Engine/Source/Runtime/Slate/Public/Widgets/Views/IItemsSource.h
Slate
virtual ~FObservableArrayPointer()
[]
WidgetType
/Engine/Source/Runtime/Slate/Public/Widgets/Views/IItemsSource.h
Slate
typedef [STableViewBase](API\Runtime\Slate\Widgets\Views\STableViewBase) WidgetType
[]
FObservableArrayPointer::FObservableArrayPointer
/Engine/Source/Runtime/Slate/Public/Widgets/Views/IItemsSource.h
Slate
FObservableArrayPointer ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [WidgetType](API\Runtime\Slate\Widgets\Views\FObservableArrayPointer\WidgetType) > InListView, ::[UE::Slate::Containers::TObservableArray](API\Runtime\SlateCore\Containers\TObservableArray)< [ItemType](API\Runtime\Slate\Widgets\Views\FObservableArrayPointer\ItemType) > * InItemsSource )
[]
FObservableArrayPointer
/Engine/Source/Runtime/Slate/Public/Widgets/Views/IItemsSource.h
Slate
template<typename InItemType> class FObservableArrayPointer : public [UE::Slate::ItemsSource::IItemsSource< InItemType >](API\Runtime\Slate\Widgets\Views\IItemsSource)
[]
FSharedObservableArray::GetItems
/Engine/Source/Runtime/Slate/Public/Widgets/Views/IItemsSource.h
Returns all the items in the source.
Slate
virtual const [TArrayView](API\Runtime\Core\Containers\TArrayView)< const [ItemType](API\Runtime\Slate\Widgets\Views\FSharedObservableArray\ItemType) > GetItems() const
[]
FSharedObservableArray::IsSame
/Engine/Source/Runtime/Slate/Public/Widgets/Views/IItemsSource.h
Test if the source has the same origin.
Slate
virtual bool IsSame ( const void * RawPointer ) const
[]
ItemType
/Engine/Source/Runtime/Slate/Public/Widgets/Views/IItemsSource.h
Slate
typedef InItemType ItemType
[]
WidgetType
/Engine/Source/Runtime/Slate/Public/Widgets/Views/IItemsSource.h
Slate
typedef [STableViewBase](API\Runtime\Slate\Widgets\Views\STableViewBase) WidgetType
[]
FSharedObservableArray::FSharedObservableArray
/Engine/Source/Runtime/Slate/Public/Widgets/Views/IItemsSource.h
Slate
FSharedObservableArray ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [WidgetType](API\Runtime\Slate\Widgets\Views\FSharedObservableArray\WidgetType) > InListView, [TSharedRef](API\Runtime\Core\Templates\TSharedRef)<::[UE::Slate::Containers::TObservableArray](API\Runtime\SlateCore\Containers\TObservableArray)< [ItemType](API\Runtime\Slate\Widgets\Views\FSharedObservableArray\ItemType) >> InItemsSource )
[]
FSharedObservableArray::~FSharedObservableArray
/Engine/Source/Runtime/Slate/Public/Widgets/Views/IItemsSource.h
Slate
virtual ~FSharedObservableArray()
[]
FSharedObservableArray
/Engine/Source/Runtime/Slate/Public/Widgets/Views/IItemsSource.h
Slate
template<typename InItemType> class FSharedObservableArray : public [UE::Slate::ItemsSource::IItemsSource< InItemType >](API\Runtime\Slate\Widgets\Views\IItemsSource)
[]
FSparseItemInfo::FSparseItemInfo
/Engine/Source/Runtime/Slate/Public/Widgets/Views/STreeView.h
Construct a new FTreeItem.
Slate
FSparseItemInfo ( bool InIsExpanded, bool InHasExpandedChildren )
[]
FSparseItemInfo
/Engine/Source/Runtime/Slate/Public/Widgets/Views/STreeView.h
Info needed by a (relatively) small fraction of the tree items; some of them may not be visible.
Slate
struct FSparseItemInfo
[ { "type": "bool", "name": "bHasExpandedChildren", "description": "Does this tree item have any expanded children?" }, { "type": "bool", "name": "bIsExpanded", "description": "Is this tree item expanded?" } ]
FTableViewDimensions::ToVector2D
/Engine/Source/Runtime/Slate/Public/Widgets/Views/STableViewBase.h
Slate
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) ToVector2D() const
[]
FTableViewDimensions::operator+
/Engine/Source/Runtime/Slate/Public/Widgets/Views/STableViewBase.h
Slate
[FTableViewDimensions](API\Runtime\Slate\Widgets\Views\FTableViewDimensions) operator+ ( const [FTableViewDimensions](API\Runtime\Slate\Widgets\Views\FTableViewDimensions) & Other ) const
[]
FTableViewDimensions::FTableViewDimensions
/Engine/Source/Runtime/Slate/Public/Widgets/Views/STableViewBase.h
Slate
FTableViewDimensions ( EOrientation InOrientation )
[]
FTableViewDimensions::FTableViewDimensions
/Engine/Source/Runtime/Slate/Public/Widgets/Views/STableViewBase.h
Slate
FTableViewDimensions ( EOrientation InOrientation, const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & Size )
[]
FTableViewDimensions::FTableViewDimensions
/Engine/Source/Runtime/Slate/Public/Widgets/Views/STableViewBase.h
Slate
FTableViewDimensions ( EOrientation InOrientation, float X, float Y )
[]
FTableViewDimensions
/Engine/Source/Runtime/Slate/Public/Widgets/Views/STableViewBase.h
Scroll offset from the beginning of the list in items Abstracts away the need to distinguish between X or Y when calculating table layout elements
Slate
struct FTableViewDimensions
[ { "type": "float", "name": "LineAxis", "description": "The dimension orthogonal to the scroll axis, along which lines of items are created." }, { "type": "EOrientation", "name": "Orientation", "description": "" }, { "type": "float", "name": "ScrollAxis", "description": "The dimension along the scrolling axis of the table view (Y when oriented vertically, X when horizontal)" } ]
IItemsSource::IsSame
/Engine/Source/Runtime/Slate/Public/Widgets/Views/IItemsSource.h
Test if the source has the same origin.
Slate
bool IsSame ( const void * RawPointer ) const
[]
IItemsSource::~IItemsSource
/Engine/Source/Runtime/Slate/Public/Widgets/Views/IItemsSource.h
Slate
virtual ~IItemsSource()
[]
IItemsSource::GetItems
/Engine/Source/Runtime/Slate/Public/Widgets/Views/IItemsSource.h
Returns all the items in the source.
Slate
const [TArrayView](API\Runtime\Core\Containers\TArrayView)< const ItemType > GetItems() const
[]
IItemsSource
/Engine/Source/Runtime/Slate/Public/Widgets/Views/IItemsSource.h
A generic container for TableView items.
Slate
template<typename ItemType> class IItemsSource
[]
ITableRow::AsWidget
/Engine/Source/Runtime/Slate/Public/Widgets/Views/ITableRow.h
this table row as a widget
Slate
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > AsWidget()
[]
ITableRow::DoesItemHaveChildren
/Engine/Source/Runtime/Slate/Public/Widgets/Views/ITableRow.h
Does this item have children?
Slate
int32 DoesItemHaveChildren() const
[]
ITableRow::GetContent
/Engine/Source/Runtime/Slate/Public/Widgets/Views/ITableRow.h
the content of this table row
Slate
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetContent()
[]
ITableRow::GetIndentLevel
/Engine/Source/Runtime/Slate/Public/Widgets/Views/ITableRow.h
how nested the item associated with this row when it is in a TreeView
Slate
int32 GetIndentLevel() const
[]
ITableRow::GetRowSizeForColumn
/Engine/Source/Runtime/Slate/Public/Widgets/Views/ITableRow.h
the size for the specified column name
Slate
FVector2D GetRowSizeForColumn ( const [FName](API\Runtime\Core\UObject\FName) & InColumnName ) const
[]
ITableRow::GetIndexInList
/Engine/Source/Runtime/Slate/Public/Widgets/Views/ITableRow.h
The index of the item for which this widget was generated
Slate
int32 GetIndexInList()
[]
ITableRow::GetSelectionMode
/Engine/Source/Runtime/Slate/Public/Widgets/Views/ITableRow.h
Called to query the selection mode for the row
Slate
[ESelectionMode::Type](API\Runtime\Slate\Framework\Views\ESelectionMode__Type) GetSelectionMode() const
[]
ITableRow::GetWiresNeededByDepth
/Engine/Source/Runtime/Slate/Public/Widgets/Views/ITableRow.h
BitArray where each entry corresponds to whether this item needs a vertical wire draw for that depth.
Slate
[TBitArray](API\Runtime\Core\Containers\TBitArray) GetWiresNeededByDepth() const
[]
ITableRow::InitializeRow
/Engine/Source/Runtime/Slate/Public/Widgets/Views/ITableRow.h
Called when the row has been generated and associated with an item in the owning table. Any attempts to access the item associated with the row prior to this (i.e. in Construct()) will fail, as the association is not yet established in the owning table.
Slate
void InitializeRow()
[]
ITableRow::IsItemExpanded
/Engine/Source/Runtime/Slate/Public/Widgets/Views/ITableRow.h
true if the corresponding item is expanded; false otherwise
Slate
bool IsItemExpanded() const
[]
ITableRow::IsItemSelected
/Engine/Source/Runtime/Slate/Public/Widgets/Views/ITableRow.h
True if the corresponding item is selected; false otherwise
Slate
bool IsItemSelected() const
[]