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
SErrorHint::HasError
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorHint.h
Slate
virtual bool HasError() const
[]
SErrorHint::SetError
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorHint.h
Slate
virtual void SetError ( const [FText](API\Runtime\Core\Internationalization\FText) & InErrorText )
[]
SErrorHint::SetError
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorHint.h
Slate
virtual void SetError ( const [FString](API\Runtime\Core\Containers\FString) & InErrorText )
[]
SErrorHint
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorHint.h
Slate
class SErrorHint : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget), public [IErrorReportingWidget](API\Runtime\Slate\Widgets\Notifications\IErrorReportingWidget)
[]
SErrorText::AsWidget
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorText.h
Slate
virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > AsWidget()
[]
SErrorText::Construct
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorText.h
Slate
void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Notifications\SErrorText\FArguments) & InArgs )
[]
SErrorText::FArguments::AutoWrapText
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorText.h
Slate
WidgetArgsType & AutoWrapText &40; const TAttribute< bool > & InAttribute &41;
[]
SErrorText::FArguments::BackgroundColor
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorText.h
Slate
WidgetArgsType & BackgroundColor &40; const TAttribute< FSlateColor > & InAttribute &41;
[]
SErrorText::FArguments::Font
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorText.h
Slate
WidgetArgsType & Font &40; const TAttribute< FSlateFontInfo > & InAttribute &41;
[]
SErrorText::FArguments::ErrorText
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorText.h
Slate
WidgetArgsType & ErrorText &40; FText InArg &41;
[]
SErrorText::FArguments::FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorText.h
Slate
FArguments&40;&41;
[]
WidgetArgsType
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorText.h
Slate
typedef FArguments WidgetArgsType
[]
FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorText.h
Slate
struct FArguments : public [TSlateBaseNamedArgs< SErrorText >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)
[]
SErrorText::HasError
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorText.h
Slate
virtual bool HasError() const
[]
SErrorText::SetError
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorText.h
Slate
virtual void SetError ( const [FText](API\Runtime\Core\Internationalization\FText) & InErrorText )
[]
SErrorText::SetError
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorText.h
Slate
virtual void SetError ( const [FString](API\Runtime\Core\Containers\FString) & InErrorText )
[]
SErrorText
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorText.h
Implements a widget that displays an error text message.
Slate
class SErrorText : public [SBorder](API\Runtime\Slate\Widgets\Layout\SBorder), public [IErrorReportingWidget](API\Runtime\Slate\Widgets\Notifications\IErrorReportingWidget)
[]
SNotificationBackground::Construct
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationBackground.h
Slate
void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Notifications\SNotificationBackground\FArguments) & InArgs )
[]
SNotificationBackground::FArguments::BorderBackgroundColor
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationBackground.h
Slate
WidgetArgsType & BorderBackgroundColor &40; const TAttribute< FSlateColor > & InAttribute &41;
[]
SNotificationBackground::FArguments::ColorAndOpacity
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationBackground.h
Slate
WidgetArgsType & ColorAndOpacity &40; const TAttribute< FLinearColor > & InAttribute &41;
[]
SNotificationBackground::FArguments::Content
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationBackground.h
Slate
NamedSlotProperty< FArguments > Content&40;&41;
[]
SNotificationBackground::FArguments::DesiredSizeScale
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationBackground.h
Slate
WidgetArgsType & DesiredSizeScale &40; const TAttribute< FVector2D > & InAttribute &41;
[]
SNotificationBackground::FArguments::operator[]
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationBackground.h
Slate
FArguments & operator&91;&93; &40; const TSharedRef< SWidget > & InChild &41;
[]
SNotificationBackground::FArguments::Padding
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationBackground.h
Slate
WidgetArgsType & Padding &40; const TAttribute< FMargin > & InAttribute &41;
[]
WidgetArgsType
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationBackground.h
Slate
typedef FArguments WidgetArgsType
[]
SNotificationBackground::FArguments::FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationBackground.h
Slate
FArguments&40;&41;
[]
FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationBackground.h
Slate
struct FArguments : public [TSlateBaseNamedArgs< SNotificationBackground >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)
[]
SNotificationBackground::OnPaint
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationBackground.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
[]
SNotificationBackground
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationBackground.h
Slate
class SNotificationBackground : public [SBorder](API\Runtime\Slate\Widgets\Layout\SBorder)
[]
ECompletionState
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h
Slate
enum ECompletionState { CS_None, CS_Pending, CS_Success, CS_Fail, }
[]
SNotificationItem::ExpireAndFadeout
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h
Waits for the ExpireDuration then begins to fade out
Slate
void ExpireAndFadeout()
[]
SNotificationItem::Fadeout
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h
Begin the fade out
Slate
void Fadeout()
[]
SNotificationItem::GetCompletionState
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h
Gets the visibility state of the throbber, success, and fail images
Slate
[ECompletionState](API\Runtime\Slate\Widgets\Notifications\SNotificationItem\ECompletionState) GetCompletionState() const
[]
SNotificationItem::Pulse
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h
Pulse the notification with a certain outline glow color while it is still pending.
Slate
void Pulse ( const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & GlowColor )
[]
SNotificationItem::SetCompletionState
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h
Sets the visibility state of the throbber, success, and fail images
Slate
void SetCompletionState ( [ECompletionState](API\Runtime\Slate\Widgets\Notifications\SNotificationItem\ECompletionState) State )
[]
SNotificationItem::SetExpireDuration
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h
Sets the ExpireDuration
Slate
void SetExpireDuration ( float ExpireDuration )
[]
SNotificationItem::SetFadeInDuration
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h
Sets the FadeInDuration
Slate
void SetFadeInDuration ( float FadeInDuration )
[]
SNotificationItem::SetFadeOutDuration
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h
Sets the FadeOutDuration
Slate
void SetFadeOutDuration ( float FadeOutDuration )
[]
SNotificationItem::SetHyperlink
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h
Sets the text and delegate for the hyperlink
Slate
void SetHyperlink ( const FSimpleDelegate & InHyperlink, const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) > & InHyperlinkText )
[]
SNotificationItem::SetSubText
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h
Sets the subtext the notification item. Sub text is used for longer text and is a smaller font
Slate
void SetSubText ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) > & InSubText )
[]
SNotificationItem::SetText
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h
Sets the text for the notification element
Slate
void SetText ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) > & InText )
[]
SNotificationItem
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h
Interface class for an item in the event message list. Real implementation is found in SEventMessageItemImpl
Slate
class SNotificationItem : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget)
[]
SNotificationList::Construct
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h
Constructs this widget.
Slate
void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Notifications\SNotificationList\FArguments) & InArgs )
[]
SNotificationList::AddNotification
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h
Adds a floating notification.
Slate
virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SNotificationItem](API\Runtime\Slate\Widgets\Notifications\SNotificationItem) > AddNotification ( const [FNotificationInfo](API\Runtime\Slate\Widgets\Notifications\FNotificationInfo) & Info )
[]
WidgetArgsType
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h
Slate
typedef FArguments WidgetArgsType
[]
SNotificationList::FArguments::FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h
Slate
FArguments&40;&41;
[]
FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h
Slate
struct FArguments : public [TSlateBaseNamedArgs< SNotificationList >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)
[]
SNotificationList::NotificationItemFadedOut
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h
Invoked when a notification item has finished fading out. Called by the faded item.
Slate
virtual void NotificationItemFadedOut ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SNotificationItem](API\Runtime\Slate\Widgets\Notifications\SNotificationItem) > & NotificationItem )
[]
SNotificationList
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h
A list of non-intrusive messages about the status of currently active work.
Slate
class SNotificationList : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget)
[ { "type": "bool", "name": "bDone", "description": "Flag to auto-destroy this list." }, { "type": "TSharedPtr<SVe...", "name": "MessageItemBoxPtr", "description": "The vertical box containing the list of message items." }, { "type": "TWeakPtr<SWind...", "name": "ParentWindowPtr", "description": "The parent window of this list." } ]
SPopupErrorText::Construct
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SPopUpErrorText.h
Slate
virtual void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Notifications\SPopupErrorText\FArguments) & InArgs )
[]
SPopupErrorText::FArguments::Font
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SPopUpErrorText.h
Slate
WidgetArgsType & Font &40; const TAttribute< FSlateFontInfo > & InAttribute &41;
[]
SPopupErrorText::AsWidget
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SPopUpErrorText.h
Slate
virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > AsWidget()
[]
SPopupErrorText::FArguments::ShowInNewWindow
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SPopUpErrorText.h
The popup appears in a new window instead of in the same window that this widget is in
Slate
WidgetArgsType & ShowInNewWindow &40; bool InArg &41;
[]
WidgetArgsType
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SPopUpErrorText.h
Slate
typedef FArguments WidgetArgsType
[]
SPopupErrorText::FArguments::FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SPopUpErrorText.h
Slate
FArguments&40;&41;
[]
FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SPopUpErrorText.h
Slate
struct FArguments : public [TSlateBaseNamedArgs< SPopupErrorText >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)
[]
SPopupErrorText::HasError
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SPopUpErrorText.h
Slate
virtual bool HasError() const
[]
SPopupErrorText::SetError
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SPopUpErrorText.h
Slate
virtual void SetError ( const [FString](API\Runtime\Core\Containers\FString) & InErrorText )
[]
SPopupErrorText::SetError
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SPopUpErrorText.h
Slate
virtual void SetError ( const [FText](API\Runtime\Core\Internationalization\FText) & InErrorText )
[]
SPopupErrorText
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SPopUpErrorText.h
Slate
class SPopupErrorText : public [SComboButton](API\Runtime\Slate\Widgets\Input\SComboButton), public [IErrorReportingWidget](API\Runtime\Slate\Widgets\Notifications\IErrorReportingWidget)
[]
SProgressBar::ComputeVolatility
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h
Recomputes the volatility of the widget. If you have additional state you automatically want to make the widget volatile, you should sample that information here.
Slate
virtual bool ComputeVolatility() const
[]
SProgressBar::ComputeDesiredSize
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h
LeafWidgets should compute their DesiredSize based solely on their visual representation. There is no need to take child widgets into account as LeafWidgets have none by definition. For example, the TextBlock widget simply measures the area necessary to display its text with the given font and font size.
Slate
virtual FVector2D ComputeDesiredSize ( float ) const
[]
SProgressBar::Construct
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h
Construct the widget
Slate
void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Notifications\SProgressBar\FArguments) & InArgs )
[]
SProgressBar::FArguments::BackgroundImage
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h
The brush to use as the background of the progress bar
Slate
WidgetArgsType & BackgroundImage &40; const FSlateBrush &42; InArg &41;
[]
SProgressBar::FArguments::BarFillStyle
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h
Defines the visual style of the progress bar fill - scale or mask
Slate
WidgetArgsType & BarFillStyle &40; EProgressBarFillStyle::Type InArg &41;
[]
SProgressBar::FArguments::BarFillType
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h
Defines the direction in which the progress bar fills
Slate
WidgetArgsType & BarFillType &40; EProgressBarFillType::Type InArg &41;
[]
SProgressBar::FArguments::BorderPadding
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h
Border Padding around fill bar
Slate
WidgetArgsType & BorderPadding &40; const TAttribute< FVector2D > & InAttribute &41;
[]
SProgressBar::FArguments::FillColorAndOpacity
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h
Fill Color and Opacity
Slate
WidgetArgsType & FillColorAndOpacity &40; const TAttribute< FSlateColor > & InAttribute &41;
[]
SProgressBar::FArguments::FillImage
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h
The brush to use as the fill image
Slate
WidgetArgsType & FillImage &40; const FSlateBrush &42; InArg &41;
[]
SProgressBar::FArguments::MarqueeImage
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h
The brush to use as the marquee image
Slate
WidgetArgsType & MarqueeImage &40; const FSlateBrush &42; InArg &41;
[]
SProgressBar::FArguments::Percent
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h
Used to determine the fill position of the progress bar ranging 0..1
Slate
WidgetArgsType & Percent &40; const TAttribute< TOptional< float > > & InAttribute &41;
[]
SProgressBar::FArguments::Style
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h
Style used for the progress bar
Slate
WidgetArgsType & Style &40; const FProgressBarStyle &42; InArg &41;
[]
SProgressBar::FArguments::RefreshRate
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h
Rate at which this widget is ticked when sleeping in seconds
Slate
WidgetArgsType & RefreshRate &40; float InArg &41;
[]
WidgetArgsType
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h
Slate
typedef FArguments WidgetArgsType
[]
SProgressBar::FArguments::FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h
Slate
FArguments&40;&41;
[]
FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h
Slate
struct FArguments : public [TSlateBaseNamedArgs< SProgressBar >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)
[]
SProgressBar::OnPaint
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.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
[]
SProgressBar::SetBackgroundImage
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h
See attribute BackgroundImage
Slate
void SetBackgroundImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * InBackgroundImage )
[]
SProgressBar::SetBorderPadding
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h
See attribute BorderPadding
Slate
void SetBorderPadding ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< FVector2D > InBorderPadding )
[]
SProgressBar::SetBarFillType
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h
See attribute BarFillType
Slate
void SetBarFillType ( [EProgressBarFillType::Type](API\Runtime\Slate\Widgets\Notifications\EProgressBarFillType__Type) InBarFillType )
[]
SProgressBar::SetFillColorAndOpacity
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h
See attribute SetFillColorAndOpacity
Slate
void SetFillColorAndOpacity ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) > InFillColorAndOpacity )
[]
SProgressBar::SetFillImage
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h
See attribute FillImage
Slate
void SetFillImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * InFillImage )
[]
SProgressBar::SetMarqueeImage
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h
See attribute MarqueeImage
Slate
void SetMarqueeImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * InMarqueeImage )
[]
SProgressBar::SetPercent
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h
See attribute Percent
Slate
void SetPercent ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TOptional](API\Runtime\Core\IO\TOptional)< float > > InPercent )
[]
SProgressBar::SetStyle
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h
See attribute Style
Slate
void SetStyle ( const [FProgressBarStyle](API\Runtime\SlateCore\Styling\FProgressBarStyle) * InStyle )
[]
SProgressBar::SetBarFillStyle
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h
See attribute BarFillStyle
Slate
void SetBarFillStyle ( [EProgressBarFillStyle::Type](API\Runtime\Slate\Widgets\Notifications\EProgressBarFillStyle__Type) InBarFillStyle )
[]
SProgressBar
/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h
A progress bar widget.
Slate
class SProgressBar : public [SLeafWidget](API\Runtime\SlateCore\Widgets\SLeafWidget)
[]
SCanvas::AddSlot
/Engine/Source/Runtime/Slate/Public/Widgets/SCanvas.h
Adds a content slot. The added slot.
Slate
[FScopedWidgetSlotArguments](API\Runtime\Slate\Widgets\SCanvas\FScopedWidgetSlotArguments) AddSlot()
[]
SCanvas::ClearChildren
/Engine/Source/Runtime/Slate/Public/Widgets/SCanvas.h
Removes all slots from the panel.
Slate
void ClearChildren()
[]
SCanvas::FArguments::operator+
/Engine/Source/Runtime/Slate/Public/Widgets/SCanvas.h
Slate
WidgetArgsType & operator&43; &40; typename FSlot::FSlotArguments & SlotToAdd &41;
[]
SCanvas::ComputeDesiredSize
/Engine/Source/Runtime/Slate/Public/Widgets/SCanvas.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
[]
SCanvas::Construct
/Engine/Source/Runtime/Slate/Public/Widgets/SCanvas.h
Construct this widget
Slate
void Construct ( const [FArguments](API\Runtime\Slate\Widgets\SCanvas\FArguments) & InArgs )
[]
SCanvas::FArguments::operator+
/Engine/Source/Runtime/Slate/Public/Widgets/SCanvas.h
Slate
WidgetArgsType & operator&43; &40; typename FSlot::FSlotArguments && SlotToAdd &41;
[]
WidgetArgsType
/Engine/Source/Runtime/Slate/Public/Widgets/SCanvas.h
Slate
typedef FArguments WidgetArgsType
[]
SCanvas::FArguments::FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/SCanvas.h
Slate
FArguments&40;&41;
[]
FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/SCanvas.h
Slate
struct FArguments : public [TSlateBaseNamedArgs< SCanvas >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)
[ { "type": "TArray< typenam...", "name": "_Slots", "description": "" } ]
SCanvas::FSlot::Construct
/Engine/Source/Runtime/Slate/Public/Widgets/SCanvas.h
Slate
void Construct &40; const FChildren & SlotOwner, FSlotArguments && InArg &41;
[]
SCanvas::FSlot::FSlotArguments::Position
/Engine/Source/Runtime/Slate/Public/Widgets/SCanvas.h
Slate
WidgetArgsType & Position &40; const TAttribute< FVector2D > & InAttribute &41;
[]
FScopedWidgetSlotArguments
/Engine/Source/Runtime/Slate/Public/Widgets/SCanvas.h
Slate
typedef [TPanelChildren](API\Runtime\SlateCore\Layout\TPanelChildren)< [FSlot](API\Runtime\Slate\Widgets\SCanvas\FSlot) >::[FScopedWidgetSlotArguments](API\Runtime\Slate\Widgets\SCanvas\FScopedWidgetSlotArguments) FScopedWidgetSlotArguments
[]
SCanvas::FSlot::FSlotArguments::Size
/Engine/Source/Runtime/Slate/Public/Widgets/SCanvas.h
Slate
WidgetArgsType & Size &40; const TAttribute< FVector2D > & InAttribute &41;
[]