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
|
---|---|---|---|---|---|
SGridPanel::ClearChildren | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Removes all slots from the panel | Slate | void ClearChildren() | [] |
SGridPanel::ClearFill | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Clear the row and column fill rules. | Slate | void ClearFill() | [] |
SGridPanel::ComputeDesiredSize | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | A Panel's desired size in the space required to arrange of its children on the screen while respecting all of the children's desired sizes and any layout-related options specified by the user. See StackPanel for an example.
The desired size. | Slate | virtual FVector2D ComputeDesiredSize ( float ) const | [] |
SGridPanel::Construct | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Slate | void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Layout\SGridPanel\FArguments) & InArgs ) | [] |
|
SGridPanel::FArguments::FillColumn | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Specify a column to stretch instead of sizing to content. | Slate | FArguments & FillColumn &40; int32 ColumnId, const TAttribute< float > & Coefficient &41; | [] |
SGridPanel::FArguments::operator+ | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Slate | WidgetArgsType & operator&43; &40; typename FSlot::FSlotArguments & SlotToAdd &41; | [] |
|
SGridPanel::FArguments::FillRow | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Specify a row to stretch instead of sizing to content. | Slate | FArguments & FillRow &40; int32 RowId, const TAttribute< float > & Coefficient &41; | [] |
SGridPanel::FArguments::operator+ | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Slate | WidgetArgsType & operator&43; &40; typename FSlot::FSlotArguments && SlotToAdd &41; | [] |
|
WidgetArgsType | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Slate | typedef FArguments WidgetArgsType | [] |
|
SGridPanel::FArguments::FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Slate | FArguments&40;&41; | [] |
|
SGridPanel::FSlot::Construct | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Slate | void Construct &40; const FChildren & SlotOwner, FSlotArguments && InArgs &41; | [] |
|
FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Slate | struct FArguments : public [TSlateBaseNamedArgs< SGridPanel >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | [
{
"type": "TArray< typenam...",
"name": "_Slots",
"description": ""
},
{
"type": "TArray<TAttrib...",
"name": "ColFillCoefficients",
"description": "Coefficients for columns that need to stretch instead of size to content"
},
{
"type": "TArray<TAttrib...",
"name": "RowFillCoefficients",
"description": "Coefficients for rows that need to stretch instead of size to content"
}
] |
|
FScopedWidgetSlotArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Slate | typedef [TPanelChildren](API\Runtime\SlateCore\Layout\TPanelChildren)< [FSlot](API\Runtime\Slate\Widgets\Layout\SGridPanel\FSlot) >::[FScopedWidgetSlotArguments](API\Runtime\Slate\Widgets\Layout\SGridPanel\FScopedWidgetSlotArguments) FScopedWidgetSlotArguments | [] |
|
SGridPanel::FSlot::FSlotArguments::Column | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Which column in the grid this cell belongs to | Slate | WidgetArgsType & Column &40; TOptional< int32 > InArg &41; | [] |
SGridPanel::FSlot::FSlotArguments::Layer | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Positive values offset this cell to be hit-tested and drawn on top of others. Default is 0; i.e. no offset. | Slate | WidgetArgsType & Layer &40; TOptional< int32 > InArg &41; | [] |
SGridPanel::FSlot::FSlotArguments::Nudge | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Offset this slot's content by some amount; positive values offset to lower right | Slate | WidgetArgsType & Nudge &40; TOptional< FVector2D > InArg &41; | [] |
SGridPanel::FSlot::FSlotArguments::Row | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Which row in the grid this cell belongs to | Slate | WidgetArgsType & Row &40; TOptional< int32 > InArg &41; | [] |
SGridPanel::FSlot::FSlotArguments::ColumnSpan | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | How many columns this slot spans over | Slate | WidgetArgsType & ColumnSpan &40; TOptional< int32 > InArg &41; | [] |
SGridPanel::FSlot::FSlotArguments::RowSpan | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | How many rows this this slot spans over | Slate | WidgetArgsType & RowSpan &40; TOptional< int32 > InArg &41; | [] |
WidgetArgsType | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Slate | typedef FSlot::FSlotArguments WidgetArgsType | [] |
|
FSlotArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Slate | struct FSlotArguments : public [FSlotBase::FSlotArguments< FSlot >](API\Runtime\SlateCore\FSlotBase\FSlotArguments) | [] |
|
SGridPanel::FSlot::GetColumn | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Which column in the grid this cell belongs to | Slate | int32 GetColumn&40;&41; const | [] |
SGridPanel::FSlot::GetColumnSpan | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | How many columns this slot spans over | Slate | int32 GetColumnSpan&40;&41; const | [] |
SGridPanel::FSlot::GetLayer | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Positive values offset this cell to be hit-tested and drawn on top of others. Default is 0; i.e. no offset. | Slate | int32 GetLayer&40;&41; const | [] |
SGridPanel::FSlot::GetNudge | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Offset this slot's content by some amount; positive values offset to lower right | Slate | FVector2D GetNudge&40;&41; const | [] |
SGridPanel::FSlot::SetColumn | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Slate | void SetColumn &40; int32 Column &41; | [] |
|
SGridPanel::FSlot::GetRowSpan | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | How many rows this this slot spans over | Slate | int32 GetRowSpan&40;&41; const | [] |
SGridPanel::FSlot::SetColumnSpan | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Slate | void SetColumnSpan &40; int32 ColumnSpan &41; | [] |
|
SGridPanel::FSlot::GetRow | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Which row in the grid this cell belongs to | Slate | int32 GetRow&40;&41; const | [] |
SGridPanel::FSlot::SetNudge | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Slate | void SetNudge &40; const FVector2D & Nudge &41; | [] |
|
SGridPanel::FSlot::SetLayer | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Slate | void SetLayer &40; int32 Layer &41; | [] |
|
SGridPanel::FSlot::SetRow | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Slate | void SetRow &40; int32 Row &41; | [] |
|
SGridPanel::FSlot::SetRowSpan | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Slate | void SetRowSpan &40; int32 RowSpan &41; | [] |
|
FSlot | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Slate | class FSlot : public [TBasicLayoutWidgetSlot< FSlot >](API\Runtime\SlateCore\Layout\TBasicLayoutWidgetSlot) | [] |
|
SGridPanel::FSlot::FSlot | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Default values for a slot. | Slate | FSlot &40; int32 Column, int32 Row, int32 InLayer &41; | [] |
SGridPanel::GetDesiredRegionSize | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | GetDesiredSize of a subregion in the graph.
FVector2D The desired size of the region of cells specified. | Slate | FVector2D GetDesiredRegionSize ( const FIntPoint & StartCell, int32 Width, int32 Height ) const | [] |
SGridPanel::GetChildren | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | All widgets must provide a way to access their children in a layout-agnostic way. Panels store their children in Slots, which creates a dilemma. Most panels can store their children in a TPanelChildren, where the Slot class provides layout information about the child it stores. In that case GetChildren should simply return the TPanelChildren. See StackPanel for an example. | Slate | virtual [FChildren](API\Runtime\SlateCore\Layout\FChildren) * GetChildren() | [] |
SGridPanel::GetWidgetClass | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Slate | virtual const [FSlateWidgetClassData](API\Runtime\SlateCore\Widgets\FSlateWidgetClassData) & GetWidgetClass() const | [] |
|
SGridPanel::Layer::Layer | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Slate | Layer &40; int32 InLayer &41; | [] |
|
Layer | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Used by the mandatory named parameter inFSlot. | Slate | class Layer | [
{
"type": "int32",
"name": "TheLayer",
"description": ""
}
] |
SGridPanel::OnArrangeChildren | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Panels arrange their children in a space described by the AllottedGeometry parameter. The results of the arrangement should be returned by appending aFArrangedWidgetpair for every child widget. See StackPanel for an example | Slate | virtual void OnArrangeChildren ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & AllottedGeometry, [FArrangedChildren](API\Runtime\SlateCore\Layout\FArrangedChildren) & ArrangedChildren ) const | [] |
SGridPanel::OnPaint | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.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/Layout/SGridPanel.h | Slate | typedef [SPanel](API\Runtime\SlateCore\Widgets\SPanel) PrivateParentType | [] |
|
PrivateThisType | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Slate | typedef [SGridPanel](API\Runtime\Slate\Widgets\Layout\SGridPanel) PrivateThisType | [] |
|
SGridPanel::RemoveSlot | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Removes a slot from this panel which contains the specifiedSWidgetThe true if the slot was removed and false if no slot was found matching the widget | Slate | bool RemoveSlot ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & SlotWidget ) | [] |
SGridPanel::SetColumnFill | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Specify a column to stretch instead of sizing to content. | Slate | void SetColumnFill ( int32 ColumnId, const [TAttribute](API\Runtime\Core\Misc\TAttribute)< float > & Coefficient ) | [] |
SGridPanel::Slot | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Used by declarative syntax to create a Slot in the specified Column, Row andLayer. | Slate | static [FSlot::FSlotArguments](API\Runtime\Slate\Widgets\Layout\SGridPanel\FSlot\FSlotArguments) Slot ( int32 Column, int32 Row, [Layer](API\Runtime\Slate\Widgets\Layout\SGridPanel\Layer) InLayer ) | [] |
Super | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Slate | typedef [SPanel](API\Runtime\SlateCore\Widgets\SPanel) Super | [] |
|
SGridPanel::SGridPanel | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Slate | SGridPanel() | [] |
|
ThisClass | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Slate | typedef [SGridPanel](API\Runtime\Slate\Widgets\Layout\SGridPanel) ThisClass | [] |
|
SGridPanel | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Slate | class SGridPanel : public [SPanel](API\Runtime\SlateCore\Widgets\SPanel) | [] |
|
SGridPanel::SetRowFill | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Specify a row to stretch instead of sizing to content. | Slate | void SetRowFill ( int32 RowId, const [TAttribute](API\Runtime\Core\Misc\TAttribute)< float > & Coefficient ) | [] |
SHeader::Construct | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SHeader.h | Slate | void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Layout\SHeader\FArguments) & InArgs ) | [] |
|
SHeader::FArguments::Content | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SHeader.h | The content to show in the header; usually some text describing a section of content. | Slate | NamedSlotProperty< FArguments > Content&40;&41; | [] |
SGridPanel::StaticWidgetClass | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h | Slate | static const [FSlateWidgetClassData](API\Runtime\SlateCore\Widgets\FSlateWidgetClassData) & StaticWidgetClass() | [] |
|
SHeader::FArguments::operator[] | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SHeader.h | Slate | FArguments & operator&91;&93; &40; const TSharedRef< SWidget > & InChild &41; | [] |
|
WidgetArgsType | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SHeader.h | Slate | typedef FArguments WidgetArgsType | [] |
|
SHeader::FArguments::FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SHeader.h | Slate | FArguments&40;&41; | [] |
|
FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SHeader.h | Slate | struct FArguments : public [TSlateBaseNamedArgs< SHeader >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | [] |
|
SLinkableScrollBar::LinkScrollBars | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/LinkableScrollBar.h | Slate | static void LinkScrollBars ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SLinkableScrollBar](API\Runtime\Slate\Widgets\Layout\SLinkableScrollBar) > Left, [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SLinkableScrollBar](API\Runtime\Slate\Widgets\Layout\SLinkableScrollBar) > Right, [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TArray](API\Runtime\Core\Containers\TArray)< FVector2f >> ScrollSyncRate ) | [] |
|
SHeader | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SHeader.h | A heading for a section of content. Looks like this: ---- Content ----- | Slate | class SHeader : public [SHorizontalBox](API\Runtime\SlateCore\Widgets\SHorizontalBox) | [] |
SLinkableScrollBar::SetState | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/LinkableScrollBar.h | Set the offset and size of the track's thumb. Note that the maximum offset is 1.0-ThumbSizeFraction. If the user can view 1/3 of the items in a single page, the maximum offset will be ~0.667f | Slate | virtual void SetState ( float InOffsetFraction, float InThumbSizeFraction, bool bCallOnUserScrolled ) | [] |
SLinkableScrollBar | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/LinkableScrollBar.h | Slate | class SLinkableScrollBar : public [SScrollBar](API\Runtime\Slate\Widgets\Layout\SScrollBar) | [] |
|
SLinkedBox::ComputeDesiredSize | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | A Panel's desired size in the space required to arrange of its children on the screen while respecting all of the children's desired sizes and any layout-related options specified by the user. See StackPanel for an example.
The desired size. | Slate | virtual FVector2D ComputeDesiredSize ( float ) const | [] |
SHeader::FArguments::HAlign | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SHeader.h | How the content should be aligned: HAlign_Left : Content -------- HAlign_Right: -------- Content Otherwise: -- Content -- | Slate | WidgetArgsType & HAlign &40; EHorizontalAlignment InArg &41; | [] |
SLinkedBox::Construct | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | Most panels do not create widgets as part of their implementation, so they do not need to implement aConstruct()Most panels do not create widgets as part of their implementation, so they do not need to implement aConstruct() | Slate | void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Layout\SLinkedBox\FArguments) & InArgs, [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FLinkedBoxManager](API\Runtime\Slate\Widgets\Layout\FLinkedBoxManager) > InManager ) | [] |
SLinkedBox::CustomChildPrepass | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | Slate | void CustomChildPrepass() | [] |
|
SLinkedBox::CustomPrepass | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | CustomPrepass - Returns false so instead of eachSLinkedBoxprepass being called in the usual depth first order, the Manager can call a prepass on all of the sibling LinkedBoxes at once. | Slate | virtual bool CustomPrepass ( float LayoutScaleMultiplier ) | [] |
SLinkedBox::FArguments::Content | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | The widget content presented by theSBox | Slate | NamedSlotProperty< FArguments > Content&40;&41; | [] |
SLinkedBox::FArguments::HAlign | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | Horizontal alignment of content in the area allotted to theSBoxby its parent | Slate | WidgetArgsType & HAlign &40; EHorizontalAlignment InArg &41; | [] |
SLinkedBox::FArguments::HeightOverride | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | When specified, ignore the content's desired size and report the HeightOverride as the Box's desired height. | Slate | WidgetArgsType & HeightOverride &40; const TAttribute< FOptionalSize > & InAttribute &41; | [] |
SLinkedBox::FArguments::MaxAspectRatio | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | Slate | WidgetArgsType & MaxAspectRatio &40; const TAttribute< FOptionalSize > & InAttribute &41; | [] |
|
SLinkedBox::FArguments::MinAspectRatio | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | Slate | WidgetArgsType & MinAspectRatio &40; const TAttribute< FOptionalSize > & InAttribute &41; | [] |
|
SLinkedBox::FArguments::MaxDesiredWidth | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | When specified, will report the MaxDesiredWidth if smaller than the content's desired width. | Slate | WidgetArgsType & MaxDesiredWidth &40; const TAttribute< FOptionalSize > & InAttribute &41; | [] |
SLinkedBox::FArguments::MinDesiredWidth | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | When specified, will report the MinDesiredWidth if larger than the content's desired width. | Slate | WidgetArgsType & MinDesiredWidth &40; const TAttribute< FOptionalSize > & InAttribute &41; | [] |
SLinkedBox::FArguments::MinDesiredHeight | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | When specified, will report the MinDesiredHeight if larger than the content's desired height. | Slate | WidgetArgsType & MinDesiredHeight &40; const TAttribute< FOptionalSize > & InAttribute &41; | [] |
SLinkedBox::FArguments::operator[] | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | Slate | FArguments & operator&91;&93; &40; const TSharedRef< SWidget > & InChild &41; | [] |
|
SLinkedBox::FArguments::Padding | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | Padding between theSBoxand the content that it presents. Padding affects desired size. | Slate | WidgetArgsType & Padding &40; const TAttribute< FMargin > & InAttribute &41; | [] |
SLinkedBox::FArguments::VAlign | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | Vertical alignment of content in the area allotted to theSBoxby its parent | Slate | WidgetArgsType & VAlign &40; EVerticalAlignment InArg &41; | [] |
SLinkedBox::FArguments::MaxDesiredHeight | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | When specified, will report the MaxDesiredHeight if smaller than the content's desired height. | Slate | WidgetArgsType & MaxDesiredHeight &40; const TAttribute< FOptionalSize > & InAttribute &41; | [] |
WidgetArgsType | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | Slate | typedef FArguments WidgetArgsType | [] |
|
SLinkedBox::FArguments::WidthOverride | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | When specified, ignore the content's desired size and report the WidthOverride as the Box's desired width. | Slate | WidgetArgsType & WidthOverride &40; const TAttribute< FOptionalSize > & InAttribute &41; | [] |
SLinkedBox::FArguments::FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | Slate | FArguments&40;&41; | [] |
|
FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | Slate | struct FArguments : public [TSlateBaseNamedArgs< SLinkedBox >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | [] |
|
SLinkedBox::GetChildrensDesiredSize | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | Slate | FVector2D GetChildrensDesiredSize() const | [] |
|
SLinkedBox::SLinkedBox | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | Slate | SLinkedBox() | [] |
|
SLinkedBox::~SLinkedBox | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | Slate | ~SLinkedBox() | [] |
|
SLinkedBox | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | A panel that | Slate | class SLinkedBox : public [SBox](API\Runtime\Slate\Widgets\Layout\SBox) | [] |
SMenuOwner::CloseSummonedMenus | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SMenuOwner.h | For menu bar widget, closes any open pull-down or sub menus | Slate | void CloseSummonedMenus() | [] |
SMenuOwner::Construct | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SMenuOwner.h | Slate | void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Layout\SMenuOwner\FArguments) & InArgs ) | [] |
|
SMenuOwner::FArguments::Content | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SMenuOwner.h | Slate | NamedSlotProperty< FArguments > Content&40;&41; | [] |
|
SMenuOwner::FArguments::operator[] | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SMenuOwner.h | Slate | FArguments & operator&91;&93; &40; const TSharedRef< SWidget > & InChild &41; | [] |
|
WidgetArgsType | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SMenuOwner.h | Slate | typedef FArguments WidgetArgsType | [] |
|
SMenuOwner::FArguments::FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SMenuOwner.h | Slate | FArguments&40;&41; | [] |
|
FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SMenuOwner.h | Slate | struct FArguments : public [TSlateBaseNamedArgs< SMenuOwner >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | [] |
|
SMenuOwner::GetOpenMenu | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SMenuOwner.h | For menu bar or sub-menu widgets, returns the currently open menu, if there is one open
Menu anchor, or null pointer | Slate | [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< const [SMenuAnchor](API\Runtime\Slate\Widgets\Input\SMenuAnchor) > GetOpenMenu() const | [] |
SMenuOwner | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SMenuOwner.h | Any widget that wants to own lists of items that may have sub-menus that should be handled in the same way as multibox menus (mouse can cross other items without sub-menu closing) | Slate | class SMenuOwner : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget) | [
{
"type": "TWeakPtr<SMenu...",
"name": "SummonedMenuAnchor",
"description": "For menu bar widgets, this stores a weak reference to the last pull-down or sub-menu that was summoned."
}
] |
SMissingWidget::MakeMissingWidget | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SMissingWidget.h | Creates a new instance.
The widget. | Slate | static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< class [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > MakeMissingWidget() | [] |
SPopup::Construct | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SPopup.h | Slate | void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Layout\SPopup\FArguments) & InArgs ) | [] |
|
SMissingWidget | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SMissingWidget.h | Like a null widget, but visualizes itself as being explicitly missing. | Slate | class SMissingWidget | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.