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
SBorder::GetShowDisabledEffectAttribute
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h
Slate
[TSlateAttributeRef](API\Runtime\SlateCore\Widgets\SWidget\TSlateAttributeRef)< bool > GetShowDisabledEffectAttribute() const
[]
SBorder::GetWidgetClass
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h
Slate
virtual const [FSlateWidgetClassData](API\Runtime\SlateCore\Widgets\FSlateWidgetClassData) & GetWidgetClass() const
[]
PrivateThisType
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h
Slate
typedef [SBorder](API\Runtime\Slate\Widgets\Layout\SBorder) PrivateThisType
[]
SBorder::OnPaint
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.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/SBorder.h
Slate
typedef [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget) PrivateParentType
[]
SBorder::SetBorderBackgroundColor
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h
Sets the color and opacity of the background image of this border.
Slate
void SetBorderBackgroundColor ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) > InColorAndOpacity )
[]
SBorder::SetBorderImage
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h
Set the image to draw for this border.
Slate
void SetBorderImage ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * > InBorderImage )
[]
SBorder::SetDesiredSizeScale
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h
Set the desired size scale multiplier
Slate
void SetDesiredSizeScale ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< FVector2D > InDesiredSizeScale )
[]
SBorder::SetContent
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h
Sets the content for this border
Slate
virtual void SetContent ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > InContent )
[]
SBorder::SetHAlign
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h
See HAlign argument
Slate
void SetHAlign ( EHorizontalAlignment HAlign )
[]
SBorder::SetPadding
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h
See Padding attribute
Slate
void SetPadding ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FMargin](API\Runtime\SlateCore\Layout\FMargin) > InPadding )
[]
SBorder::SetShowEffectWhenDisabled
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h
Set whether or not to show the disabled effect when this border is disabled
Slate
void SetShowEffectWhenDisabled ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool > InShowEffectWhenDisabled )
[]
SBorder::SetVAlign
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h
See VAlign argument
Slate
void SetVAlign ( EVerticalAlignment VAlign )
[]
SBorder::StaticWidgetClass
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h
Slate
static const [FSlateWidgetClassData](API\Runtime\SlateCore\Widgets\FSlateWidgetClassData) & StaticWidgetClass()
[]
Super
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h
Slate
typedef [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget) Super
[]
ThisClass
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h
Slate
typedef [SBorder](API\Runtime\Slate\Widgets\Layout\SBorder) ThisClass
[]
SBorder::SBorder
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h
Default constructor.
Slate
SBorder()
[]
SBorder
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h
A border is an widget that can be used to contain other widgets. It has a BorderImage property, which allows it to take on different appearances. Border also has aContent()slot as well as some parameters controlling the arrangement of said content.
Slate
class SBorder : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget)
[]
SBox::ComputeDesiredHeight
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
Slate
float ComputeDesiredHeight() const
[]
SBox::ComputeDesiredSize
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.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
[]
SBox::ComputeDesiredWidth
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
Slate
float ComputeDesiredWidth() const
[]
SBox::FArguments::Content
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
The widget content presented by theSBox
Slate
NamedSlotProperty< FArguments > Content&40;&41;
[]
SBox::Construct
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
Slate
void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Layout\SBox\FArguments) & InArgs )
[]
SBox::FArguments::HAlign
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
Horizontal alignment of content in the area allotted to theSBoxby its parent
Slate
WidgetArgsType & HAlign &40; EHorizontalAlignment InArg &41;
[]
SBox::FArguments::HeightOverride
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.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;
[]
SBox::FArguments::MaxAspectRatio
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
Slate
WidgetArgsType & MaxAspectRatio &40; const TAttribute< FOptionalSize > & InAttribute &41;
[]
SBox::FArguments::MaxDesiredWidth
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
When specified, will report the MaxDesiredWidth if smaller than the content's desired width.
Slate
WidgetArgsType & MaxDesiredWidth &40; const TAttribute< FOptionalSize > & InAttribute &41;
[]
SBox::FArguments::MaxDesiredHeight
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
When specified, will report the MaxDesiredHeight if smaller than the content's desired height.
Slate
WidgetArgsType & MaxDesiredHeight &40; const TAttribute< FOptionalSize > & InAttribute &41;
[]
SBox::FArguments::MinAspectRatio
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
Slate
WidgetArgsType & MinAspectRatio &40; const TAttribute< FOptionalSize > & InAttribute &41;
[]
SBox::FArguments::MinDesiredHeight
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
When specified, will report the MinDesiredHeight if larger than the content's desired height.
Slate
WidgetArgsType & MinDesiredHeight &40; const TAttribute< FOptionalSize > & InAttribute &41;
[]
SBox::FArguments::MinDesiredWidth
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
When specified, will report the MinDesiredWidth if larger than the content's desired width.
Slate
WidgetArgsType & MinDesiredWidth &40; const TAttribute< FOptionalSize > & InAttribute &41;
[]
SBox::FArguments::operator[]
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
Slate
FArguments & operator&91;&93; &40; const TSharedRef< SWidget > & InChild &41;
[]
SBox::FArguments::Padding
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
Padding between theSBoxand the content that it presents. Padding affects desired size.
Slate
WidgetArgsType & Padding &40; const TAttribute< FMargin > & InAttribute &41;
[]
SBox::FArguments::Padding
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
Slate
FArguments & Padding &40; float Horizontal, float Vertical &41;
[]
SBox::FArguments::Padding
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
Slate
FArguments & Padding &40; float Uniform &41;
[]
SBox::FArguments::Padding
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
Slate
FArguments & Padding &40; float Left, float Top, float Right, float Bottom &41;
[]
SBox::FArguments::VAlign
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
Vertical alignment of content in the area allotted to theSBoxby its parent
Slate
WidgetArgsType & VAlign &40; EVerticalAlignment InArg &41;
[]
FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
Slate
struct FArguments : public [TSlateBaseNamedArgs< SBox >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)
[]
SBox::FArguments::FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
Slate
FArguments&40;&41;
[]
WidgetArgsType
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
Slate
typedef FArguments WidgetArgsType
[]
SBox::FArguments::WidthOverride
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.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;
[]
FBoxOneChildSlot
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
Slate
struct FBoxOneChildSlot : public [TSingleWidgetChildrenWithBasicLayoutSlot< EInvalidateWidgetReason::None >](API\Runtime\SlateCore\Layout\TSingleWidgetChildrenWithBasicLa-)
[ { "type": "friend", "name": "SBox", "description": "" } ]
SBox::GetChildren
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.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()
[]
SBox::GetWidgetClass
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
Slate
virtual const [FSlateWidgetClassData](API\Runtime\SlateCore\Widgets\FSlateWidgetClassData) & GetWidgetClass() const
[]
SBox::OnArrangeChildren
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.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
[]
SBox::OnPaint
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.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/SBox.h
Slate
typedef [SPanel](API\Runtime\SlateCore\Widgets\SPanel) PrivateParentType
[]
PrivateThisType
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
Slate
typedef [SBox](API\Runtime\Slate\Widgets\Layout\SBox) PrivateThisType
[]
SBox::SetContent
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
See the Content slot.
Slate
void SetContent ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & InContent )
[]
SBox::SetHAlign
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
See HAlign argument
Slate
void SetHAlign ( EHorizontalAlignment HAlign )
[]
SBox::SetHeightOverride
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
See HeightOverride attribute
Slate
void SetHeightOverride ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FOptionalSize](API\Runtime\SlateCore\Types\FOptionalSize) > InHeightOverride )
[]
SBox::SetMaxAspectRatio
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
Slate
void SetMaxAspectRatio ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FOptionalSize](API\Runtime\SlateCore\Types\FOptionalSize) > InMaxAspectRatio )
[]
SBox::SetMaxDesiredHeight
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
See MaxDesiredHeight attribute
Slate
void SetMaxDesiredHeight ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FOptionalSize](API\Runtime\SlateCore\Types\FOptionalSize) > InMaxDesiredHeight )
[]
SBox::SetMaxDesiredWidth
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
See MaxDesiredWidth attribute
Slate
void SetMaxDesiredWidth ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FOptionalSize](API\Runtime\SlateCore\Types\FOptionalSize) > InMaxDesiredWidth )
[]
SBox::SetMinAspectRatio
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
Slate
void SetMinAspectRatio ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FOptionalSize](API\Runtime\SlateCore\Types\FOptionalSize) > InMinAspectRatio )
[]
SBox::SetMinDesiredHeight
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
See MinDesiredHeight attribute
Slate
void SetMinDesiredHeight ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FOptionalSize](API\Runtime\SlateCore\Types\FOptionalSize) > InMinDesiredHeight )
[]
SBox::SetMinDesiredWidth
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
See MinDesiredWidth attribute
Slate
void SetMinDesiredWidth ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FOptionalSize](API\Runtime\SlateCore\Types\FOptionalSize) > InMinDesiredWidth )
[]
SBox::SetPadding
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
See Padding attribute
Slate
void SetPadding ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FMargin](API\Runtime\SlateCore\Layout\FMargin) > InPadding )
[]
SBox::SetVAlign
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
See VAlign argument
Slate
void SetVAlign ( EVerticalAlignment VAlign )
[]
SBox::SetWidthOverride
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
See WidthOverride attribute
Slate
void SetWidthOverride ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FOptionalSize](API\Runtime\SlateCore\Types\FOptionalSize) > InWidthOverride )
[]
Super
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
Slate
typedef [SPanel](API\Runtime\SlateCore\Widgets\SPanel) Super
[]
SBox::StaticWidgetClass
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
Slate
static const [FSlateWidgetClassData](API\Runtime\SlateCore\Widgets\FSlateWidgetClassData) & StaticWidgetClass()
[]
ThisClass
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
Slate
typedef [SBox](API\Runtime\Slate\Widgets\Layout\SBox) ThisClass
[]
SBox::SBox
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
Slate
SBox()
[]
SBox
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h
SBoxis the simplest layout element.
Slate
class SBox : public [SPanel](API\Runtime\SlateCore\Widgets\SPanel)
[ { "type": "FBoxOneChildSlo...", "name": "ChildSlot", "description": "" } ]
SConstraintCanvas::AddSlot
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Adds a content slot. The added slot.
Slate
[FScopedWidgetSlotArguments](API\Runtime\Slate\Widgets\Layout\SConstraintCanvas\FScopedWidgetSlotArguments) AddSlot()
[]
SConstraintCanvas::ClearChildren
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Removes all slots from the panel.
Slate
void ClearChildren()
[]
SConstraintCanvas::ComputeDesiredSize
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.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
[]
SConstraintCanvas::Construct
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Construct this widget
Slate
void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Layout\SConstraintCanvas\FArguments) & InArgs )
[]
SConstraintCanvas::FArguments::operator+
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Slate
WidgetArgsType & operator&43; &40; typename FSlot::FSlotArguments && SlotToAdd &41;
[]
SConstraintCanvas::FArguments::operator+
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Slate
WidgetArgsType & operator&43; &40; typename FSlot::FSlotArguments & SlotToAdd &41;
[]
SConstraintCanvas::FArguments::FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Slate
FArguments&40;&41;
[]
WidgetArgsType
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Slate
typedef FArguments WidgetArgsType
[]
FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Slate
struct FArguments : public [TSlateBaseNamedArgs< SConstraintCanvas >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)
[ { "type": "TArray< typenam...", "name": "_Slots", "description": "" } ]
FArrangedChildLayers
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
An array matching the length and order of ArrangedChildren. True means the child must be placed in a layer in front of all previous children.
Slate
typedef [TArray](API\Runtime\Core\Containers\TArray)< bool, TInlineAllocator< 16 > > FArrangedChildLayers
[]
SConstraintCanvas::FSlot::Construct
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Slate
void Construct &40; const FChildren & SlotOwner, FSlotArguments && InArgs &41;
[]
FScopedWidgetSlotArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Slate
typedef [TPanelChildren](API\Runtime\SlateCore\Layout\TPanelChildren)< [FSlot](API\Runtime\Slate\Widgets\Layout\SConstraintCanvas\FSlot) >::[FScopedWidgetSlotArguments](API\Runtime\Slate\Widgets\Layout\SConstraintCanvas\FScopedWidgetSlotArguments) FScopedWidgetSlotArguments
[]
SConstraintCanvas::FSlot::FSlotArguments::Alignment
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Slate
WidgetArgsType & Alignment &40; const TAttribute< FVector2D > & InAttribute &41;
[]
SConstraintCanvas::FSlot::FSlotArguments::Anchors
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Slate
WidgetArgsType & Anchors &40; const TAttribute< FAnchors > & InAttribute &41;
[]
SConstraintCanvas::FSlot::FSlotArguments::AutoSize
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Slate
WidgetArgsType & AutoSize &40; const TAttribute< bool > & InAttribute &41;
[]
SConstraintCanvas::FSlot::FSlotArguments::Offset
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Slate
WidgetArgsType & Offset &40; const TAttribute< FMargin > & InAttribute &41;
[]
WidgetArgsType
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Slate
typedef FSlot::FSlotArguments WidgetArgsType
[]
SConstraintCanvas::FSlot::FSlotArguments::ZOrder
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Slate
WidgetArgsType & ZOrder &40; TOptional< float > InArg &41;
[]
SConstraintCanvas::FSlot::GetAlignment
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Slate
FVector2D GetAlignment&40;&41; const
[]
SConstraintCanvas::FSlot::GetAnchors
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Slate
FAnchors GetAnchors&40;&41; const
[]
SConstraintCanvas::FSlot::GetAutoSize
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Slate
bool GetAutoSize&40;&41; const
[]
FSlotArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Slate
struct FSlotArguments : public [TSlotBase< FSlot >::FSlotArguments](API\Runtime\SlateCore\TSlotBase\FSlotArguments)
[]
SConstraintCanvas::FSlot::GetOffset
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Slate
FMargin GetOffset&40;&41; const
[]
SConstraintCanvas::FSlot::GetZOrder
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Slate
float GetZOrder&40;&41; const
[]
SConstraintCanvas::FSlot::SetAlignment
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Slate
void SetAlignment &40; const TAttribute< FVector2D > & InAlignment &41;
[]
SConstraintCanvas::FSlot::SetAnchors
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Slate
void SetAnchors &40; const TAttribute< FAnchors > & InAnchors &41;
[]
SConstraintCanvas::FSlot::SetAutoSize
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Slate
void SetAutoSize &40; const TAttribute< bool > & InAutoSize &41;
[]
SConstraintCanvas::FSlot::SetOffset
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Slate
void SetOffset &40; const TAttribute< FMargin > & InOffset &41;
[]
SConstraintCanvas::FSlot::SetZOrder
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Slate
void SetZOrder &40; float InZOrder &41;
[]
SConstraintCanvas::FSlot::FSlot
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Default values for a slot.
Slate
FSlot&40;&41;
[]
SConstraintCanvas::GetChildren
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.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()
[]
SConstraintCanvas::OnArrangeChildren
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.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
[]
SConstraintCanvas::OnPaint
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.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
[]
SConstraintCanvas::RemoveSlot
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Removes a particular content slot.
Slate
int32 RemoveSlot ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & SlotWidget )
[]
SConstraintCanvas::Slot
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h
Slate
static [FSlot::FSlotArguments](API\Runtime\Slate\Widgets\Layout\SConstraintCanvas\FSlot\FSlotArguments) Slot()
[]