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
|
---|---|---|---|---|---|
SLayer | /Engine/Source/Runtime/Slate/Public/Widgets/LayerManager/SLayerManager.h | Slate | class SLayer | [] |
|
SLayerManager | /Engine/Source/Runtime/Slate/Public/Widgets/LayerManager/SLayerManager.h | Slate | class SLayerManager | [] |
|
STooltipPresenter::Construct | /Engine/Source/Runtime/Slate/Public/Widgets/LayerManager/STooltipPresenter.h | Slate | void Construct ( const [FArguments](API\Runtime\Slate\Widgets\LayerManager\STooltipPresenter\FArguments) & InArgs ) | [] |
|
STooltipPresenter::FArguments::Content | /Engine/Source/Runtime/Slate/Public/Widgets/LayerManager/STooltipPresenter.h | Slate | NamedSlotProperty< FArguments > Content&40;&41; | [] |
|
STooltipPresenter::FArguments::operator[] | /Engine/Source/Runtime/Slate/Public/Widgets/LayerManager/STooltipPresenter.h | Slate | FArguments & operator&91;&93; &40; const TSharedRef< SWidget > & InChild &41; | [] |
|
WidgetArgsType | /Engine/Source/Runtime/Slate/Public/Widgets/LayerManager/STooltipPresenter.h | Slate | typedef FArguments WidgetArgsType | [] |
|
STooltipPresenter::FArguments::FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/LayerManager/STooltipPresenter.h | Slate | FArguments&40;&41; | [] |
|
FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/LayerManager/STooltipPresenter.h | Slate | struct FArguments : public [TSlateBaseNamedArgs< STooltipPresenter >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | [] |
|
STooltipPresenter::OnArrangeChildren | /Engine/Source/Runtime/Slate/Public/Widgets/LayerManager/STooltipPresenter.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 &40; const FGeometry & AllottedGeometry, FArrangedChildren & ArrangedChildren &41; const | [] |
STooltipPresenter::SetContent | /Engine/Source/Runtime/Slate/Public/Widgets/LayerManager/STooltipPresenter.h | Slate | void SetContent ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > InWidget ) | [] |
|
STooltipPresenter::STooltipPresenter | /Engine/Source/Runtime/Slate/Public/Widgets/LayerManager/STooltipPresenter.h | Constructor | Slate | STooltipPresenter() | [] |
STooltipPresenter | /Engine/Source/Runtime/Slate/Public/Widgets/LayerManager/STooltipPresenter.h | Presents its content at the cursor's position. Tooltip avoids widget edges. | Slate | class STooltipPresenter : public [SPanel](API\Runtime\SlateCore\Widgets\SPanel) | [] |
ESplitterResizeMode::Type | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSplitter.h | Slate | namespace ESplitterResizeMode { enum Type { FixedPosition, FixedSize, Fill, } } | [] |
|
EStretchDirection::Type | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScaleBox.h | Slate | namespace EStretchDirection { enum Type { Both, DownOnly, UpOnly, } } | [] |
|
EStretch::Type | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScaleBox.h | Slate | namespace EStretch { enum Type { None, Fill, ScaleToFit, ScaleToFitX, ScaleToFitY, ScaleToFill, ScaleBySafeZone, UserSpecified, UserSpecifiedWithClipping, } } | [] |
|
FAnchors::IsStretchedHorizontal | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/Anchors.h | Returns true if the anchors represent a stretch along the horizontal axis | Slate | bool IsStretchedHorizontal() const | [] |
FAnchors::IsStretchedVertical | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/Anchors.h | Returns true if the anchors represent a stretch along the vertical axis | Slate | bool IsStretchedVertical() const | [] |
FAnchors::operator== | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/Anchors.h | Compares this set ofFAnchorswith another for equality.
true if the twoFAnchorsare equal, false otherwise. | Slate | bool operator== ( const [FAnchors](API\Runtime\Slate\Widgets\Layout\FAnchors) & Other ) const | [] |
FAnchors::operator!= | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/Anchors.h | Compares this set ofFAnchorswith another for inequality.
true if the twoFAnchorsare not equal, false otherwise. | Slate | bool operator!= ( const [FAnchors](API\Runtime\Slate\Widgets\Layout\FAnchors) & Other ) const | [] |
FAnchors::FAnchors | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/Anchors.h | The default margin size is zero on all four sides.. | Slate | FAnchors() | [] |
FAnchors::FAnchors | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/Anchors.h | Construct a Anchors with uniform space on all sides | Slate | FAnchors ( float UnifromAnchors ) | [] |
FAnchors::FAnchors | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/Anchors.h | Construct a Anchors where Horizontal describes Left and Right spacing while Vertical describes Top and Bottom spacing | Slate | FAnchors ( float Horizontal, float Vertical ) | [] |
FAnchors::FAnchors | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/Anchors.h | Construct Anchors where the spacing on each side is individually specified. | Slate | FAnchors ( float MinX, float MinY, float MaxX, float MaxY ) | [] |
FLinkedBoxManager::GetUniformCellSize | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | Used by the individual SLinkedBoxes to acquire the computed uniform size | Slate | FVector2D GetUniformCellSize() const | [] |
FAnchors | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/Anchors.h | Describes how a widget is anchored. | Slate | struct FAnchors | [
{
"type": "FVector2D",
"name": "Maximum",
"description": "Holds the maximum anchors, right + bottom."
},
{
"type": "FVector2D",
"name": "Minimum",
"description": "Holds the minimum anchors, left + top."
}
] |
FLinkedBoxManager::RegisterLinkedBox | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | Add anSLinkedBox | Slate | void RegisterLinkedBox ( [SLinkedBox](API\Runtime\Slate\Widgets\Layout\SLinkedBox) * InBox ) | [] |
FLinkedBoxManager::UnregisterLinkedBox | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | Remove anSLinkedBox | Slate | void UnregisterLinkedBox ( [SLinkedBox](API\Runtime\Slate\Widgets\Layout\SLinkedBox) * InBox ) | [] |
FLinkedBoxManager::~FLinkedBoxManager | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | Slate | ~FLinkedBoxManager() | [] |
|
FLinkedBoxManager | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | FLinkedBoxManagerneeds to be created and passed to each LinkedBox during construction. | Slate | class FLinkedBoxManager : public [TSharedFromThis< FLinkedBoxManager >](API\Runtime\Core\Templates\TSharedFromThis) | [
{
"type": "FVector2D",
"name": "CachedUniformSize",
"description": ""
},
{
"type": "uint64",
"name": "FrameCounterLastCached",
"description": ""
}
] |
SBackgroundBlur::ComputeEffectiveKernelSize | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | void ComputeEffectiveKernelSize ( float Strength, int32 & OutKernelSize, int32 & OutDownsampleAmount ) const | [] |
|
SBackgroundBlur::Construct | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Layout\SBackgroundBlur\FArguments) & InArgs ) | [] |
|
SBackgroundBlur::FArguments::bApplyAlphaToBlur | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | WidgetArgsType & bApplyAlphaToBlur &40; bool InArg &41; | [] |
|
SBackgroundBlur::FArguments::BlurRadius | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | WidgetArgsType & BlurRadius &40; const TAttribute< TOptional< int32 > > & InAttribute &41; | [] |
|
SBackgroundBlur::FArguments::BlurStrength | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | WidgetArgsType & BlurStrength &40; const TAttribute< float > & InAttribute &41; | [] |
|
FLinkedBoxManager::FLinkedBoxManager | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h | Slate | FLinkedBoxManager() | [] |
|
SBackgroundBlur::FArguments::Content | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | NamedSlotProperty< FArguments > Content&40;&41; | [] |
|
SBackgroundBlur::FArguments::CornerRadius | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | WidgetArgsType & CornerRadius &40; const TAttribute< FVector4 > & InAttribute &41; | [] |
|
SBackgroundBlur::FArguments::HAlign | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | WidgetArgsType & HAlign &40; EHorizontalAlignment InArg &41; | [] |
|
SBackgroundBlur::FArguments::LowQualityFallbackBrush | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | WidgetArgsType & LowQualityFallbackBrush &40; const FSlateBrush &42; InArg &41; | [] |
|
SBackgroundBlur::FArguments::operator[] | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | FArguments & operator&91;&93; &40; const TSharedRef< SWidget > & InChild &41; | [] |
|
SBackgroundBlur::FArguments::Padding | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | WidgetArgsType & Padding &40; const TAttribute< FMargin > & InAttribute &41; | [] |
|
SBackgroundBlur::FArguments::VAlign | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | WidgetArgsType & VAlign &40; EVerticalAlignment InArg &41; | [] |
|
SBackgroundBlur::FArguments::FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | FArguments&40;&41; | [] |
|
WidgetArgsType | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | typedef FArguments WidgetArgsType | [] |
|
FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | struct FArguments : public [TSlateBaseNamedArgs< SBackgroundBlur >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | [] |
|
SBackgroundBlur::GetBlurRadiusAttribute | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | an attribute reference of ForegroundColor | Slate | [TSlateAttributeRef](API\Runtime\SlateCore\Widgets\SWidget\TSlateAttributeRef)< [TOptional](API\Runtime\Core\IO\TOptional)< int32 > > GetBlurRadiusAttribute() const | [] |
SBackgroundBlur::GetWidgetClass | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | virtual const [FSlateWidgetClassData](API\Runtime\SlateCore\Widgets\FSlateWidgetClassData) & GetWidgetClass() const | [] |
|
SBackgroundBlur::GetBlurStrengthAttribute | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | an attribute reference of ColorAndOpacity | Slate | [TSlateAttributeRef](API\Runtime\SlateCore\Widgets\SWidget\TSlateAttributeRef)< float > GetBlurStrengthAttribute() const | [] |
SBackgroundBlur::IsUsingLowQualityFallbackBrush | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | bool IsUsingLowQualityFallbackBrush() const | [] |
|
SBackgroundBlur::OnPaint | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.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/SBackgroundBlur.h | Slate | typedef [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget) PrivateParentType | [] |
|
SBackgroundBlur::SetApplyAlphaToBlur | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | void SetApplyAlphaToBlur ( bool bInApplyAlphaToBlur ) | [] |
|
PrivateThisType | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | typedef [SBackgroundBlur](API\Runtime\Slate\Widgets\Layout\SBackgroundBlur) PrivateThisType | [] |
|
SBackgroundBlur::SetContent | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | void SetContent ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & InContent ) | [] |
|
SBackgroundBlur::SetBlurStrength | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | void SetBlurStrength ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< float > InStrength ) | [] |
|
SBackgroundBlur::SetCornerRadius | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | void SetCornerRadius ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< FVector4 > InCornerRadius ) | [] |
|
SBackgroundBlur::SetHAlign | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | void SetHAlign ( EHorizontalAlignment HAlign ) | [] |
|
SBackgroundBlur::SetPadding | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | void SetPadding ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FMargin](API\Runtime\SlateCore\Layout\FMargin) > InPadding ) | [] |
|
SBackgroundBlur::SetLowQualityBackgroundBrush | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | void SetLowQualityBackgroundBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * InBrush ) | [] |
|
SBackgroundBlur::SetBlurRadius | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | void SetBlurRadius ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TOptional](API\Runtime\Core\IO\TOptional)< int32 >> InBlurRadius ) | [] |
|
SBackgroundBlur::SetVAlign | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | void SetVAlign ( EVerticalAlignment VAlign ) | [] |
|
SBackgroundBlur::StaticWidgetClass | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | static const [FSlateWidgetClassData](API\Runtime\SlateCore\Widgets\FSlateWidgetClassData) & StaticWidgetClass() | [] |
|
Super | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | typedef [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget) Super | [] |
|
ThisClass | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | typedef [SBackgroundBlur](API\Runtime\Slate\Widgets\Layout\SBackgroundBlur) ThisClass | [] |
|
SBackgroundBlur::SBackgroundBlur | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Slate | SBackgroundBlur() | [] |
|
SBorder::ClearContent | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Clears out the content for the border | Slate | void ClearContent() | [] |
SBorder::ComputeDesiredSize | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Note thatComputeDesiredSize()is meant as an aide to the developer. It is NOT meant to be very robust in many cases. If your widget is simulating a bouncing ball, you should just return a reasonable size; e.g. 160x160. Let the programmer set up a reasonable rule of resizing the bouncy ball simulation.
The desired size. | Slate | virtual FVector2D ComputeDesiredSize ( float LayoutScaleMultiplier ) const | [] |
SBorder::Construct | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Construct this widget | Slate | void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Layout\SBorder\FArguments) & InArgs ) | [] |
SBorder::FArguments::BorderBackgroundColor | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | BorderBackgroundColor refers to the actual color and opacity of the supplied border image. | Slate | WidgetArgsType & BorderBackgroundColor &40; const TAttribute< FSlateColor > & InAttribute &41; | [] |
SBorder::FArguments::BorderImage | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Slate | WidgetArgsType & BorderImage &40; const TAttribute< const FSlateBrush &42; > & InAttribute &41; | [] |
|
SBorder::FArguments::ColorAndOpacity | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | ColorAndOpacity is the color and opacity of content in the border | Slate | WidgetArgsType & ColorAndOpacity &40; const TAttribute< FLinearColor > & InAttribute &41; | [] |
SBorder::FArguments::Content | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Slate | NamedSlotProperty< FArguments > Content&40;&41; | [] |
|
SBackgroundBlur | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBackgroundBlur.h | Note: For low-spec machines where the blur effect is too computationally expensive, a user-specified fallback image is used instead (effectively turning this into a Border) | Slate | class SBackgroundBlur : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget) | [
{
"type": "bool",
"name": "bApplyAlphaToBlur",
"description": ""
},
{
"type": "TSlateDeprecate...",
"name": "BlurRadius",
"description": ""
},
{
"type": "TSlateDeprecate...",
"name": "BlurStrength",
"description": ""
},
{
"type": "constFSlateBru...",
"name": "LowQualityFallbackBrush",
"description": ""
}
] |
SBorder::FArguments::ContentScale | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Slate | WidgetArgsType & ContentScale &40; const TAttribute< FVector2D > & InAttribute &41; | [] |
|
SBorder::FArguments::DesiredSizeScale | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Slate | WidgetArgsType & DesiredSizeScale &40; const TAttribute< FVector2D > & InAttribute &41; | [] |
|
SBorder::FArguments::FlipForRightToLeftFlowDirection | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Flips the background image if the localization's flow direction is RightToLeft | Slate | WidgetArgsType & FlipForRightToLeftFlowDirection &40; bool InArg &41; | [] |
SBorder::FArguments::HAlign | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Slate | WidgetArgsType & HAlign &40; EHorizontalAlignment InArg &41; | [] |
|
SBorder::FArguments::OnMouseButtonDown | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Slate | WidgetArgsType & OnMouseButtonDown &40; const FPointerEventHandler & InDelegate &41; | [] |
|
SBorder::FArguments::OnMouseButtonUp | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Slate | WidgetArgsType & OnMouseButtonUp &40; const FPointerEventHandler & InDelegate &41; | [] |
|
SBorder::FArguments::OnMouseDoubleClick | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Slate | WidgetArgsType & OnMouseDoubleClick &40; const FPointerEventHandler & InDelegate &41; | [] |
|
SBorder::FArguments::OnMouseMove | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Slate | WidgetArgsType & OnMouseMove &40; const FPointerEventHandler & InDelegate &41; | [] |
|
SBorder::FArguments::ForegroundColor | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | The foreground color of text and some glyphs that appear as the border's content. | Slate | WidgetArgsType & ForegroundColor &40; const TAttribute< FSlateColor > & InAttribute &41; | [] |
SBorder::FArguments::operator[] | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Slate | FArguments & operator&91;&93; &40; const TSharedRef< SWidget > & InChild &41; | [] |
|
SBorder::FArguments::Padding | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Slate | FArguments & Padding &40; float Horizontal, float Vertical &41; | [] |
|
SBorder::FArguments::Padding | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Slate | WidgetArgsType & Padding &40; const TAttribute< FMargin > & InAttribute &41; | [] |
|
SBorder::FArguments::Padding | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Slate | FArguments & Padding &40; float Left, float Top, float Right, float Bottom &41; | [] |
|
SBorder::FArguments::Padding | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Slate | FArguments & Padding &40; float Uniform &41; | [] |
|
SBorder::FArguments::ShowEffectWhenDisabled | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Whether or not to show the disabled effect when this border is disabled | Slate | WidgetArgsType & ShowEffectWhenDisabled &40; const TAttribute< bool > & InAttribute &41; | [] |
SBorder::FArguments::VAlign | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Slate | WidgetArgsType & VAlign &40; EVerticalAlignment InArg &41; | [] |
|
WidgetArgsType | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Slate | typedef FArguments WidgetArgsType | [] |
|
SBorder::FArguments::FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Slate | FArguments&40;&41; | [] |
|
FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Slate | struct FArguments : public [TSlateBaseNamedArgs< SBorder >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | [] |
|
SBorder::GetBorderBackgroundColor | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Gets the color and opacity of the background image of this border. | Slate | [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) GetBorderBackgroundColor() const | [] |
SBorder::GetBorderBackgroundColorAttribute | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Slate | [TSlateAttributeRef](API\Runtime\SlateCore\Widgets\SWidget\TSlateAttributeRef)< [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) > GetBorderBackgroundColorAttribute() const | [] |
|
SBorder::GetBorderImage | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Get the image to draw for this border. | Slate | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetBorderImage() const | [] |
SBorder::GetBorderImageAttribute | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Slate | [TSlateAttributeRef](API\Runtime\SlateCore\Widgets\SWidget\TSlateAttributeRef)< const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * > GetBorderImageAttribute() const | [] |
|
SBorder::GetContent | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Gets the content for this border
The widget used as content for the border | Slate | const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & GetContent() const | [] |
SBorder::GetDesiredSizeScale | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Get the desired size scale multiplier | Slate | FVector2D GetDesiredSizeScale() const | [] |
SBorder::GetDesiredSizeScaleAttribute | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Slate | [TSlateAttributeRef](API\Runtime\SlateCore\Widgets\SWidget\TSlateAttributeRef)< FVector2D > GetDesiredSizeScaleAttribute() const | [] |
|
SBorder::GetShowDisabledEffect | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h | Get whether or not to show the disabled effect when this border is disabled | Slate | bool GetShowDisabledEffect() const | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.