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
FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SColorWheel.h
Slate
struct FArguments : public [TSlateBaseNamedArgs< SColorWheel >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)
[]
SColorWheel::OnMouseButtonDoubleClick
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SColorWheel.h
Called when a mouse button is double clicked. Override this in derived classes. Returns whether the event was handled, along with other possible actions
Slate
virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnMouseButtonDoubleClick ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & InMyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & InMouseEvent )
[]
SColorWheel::OnMouseButtonDown
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SColorWheel.h
MOUSE INPUT The system calls this method to notify the widget that a mouse button was pressed within it. This event is bubbled. Whether the event was handled along with possible requests for the system to take action.
Slate
virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnMouseButtonDown ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent )
[]
SColorWheel::Construct
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SColorWheel.h
Construct this widget.
Slate
void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Colors\SColorWheel\FArguments) & InArgs )
[]
SColorWheel::OnMouseButtonUp
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SColorWheel.h
The system calls this method to notify the widget that a mouse button was release within it. This event is bubbled. Whether the event was handled along with possible requests for the system to take action.
Slate
virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnMouseButtonUp ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent )
[]
SColorWheel::OnMouseMove
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SColorWheel.h
The system calls this method to notify the widget that a mouse moved within it. This event is bubbled. Whether the event was handled along with possible requests for the system to take action.
Slate
virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnMouseMove ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent )
[]
SColorWheel::OnPaint
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SColorWheel.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
[]
SColorWheel::ProcessMouseAction
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SColorWheel.h
Performs actions according to mouse click / move True if the mouse action occurred within the color wheel radius
Slate
bool ProcessMouseAction ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent, bool bProcessWhenOutsideColorWheel )
[]
SColorWheel::SColorWheel
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SColorWheel.h
Slate
SColorWheel()
[]
SColorWheel
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SColorWheel.h
Implements the color wheel widget.
Slate
class SColorWheel : public [SLeafWidget](API\Runtime\SlateCore\Widgets\SLeafWidget)
[]
SComplexGradient::ComputeDesiredSize
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SComplexGradient.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
[]
SComplexGradient::Construct
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SComplexGradient.h
Construct this widget
Slate
void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Colors\SComplexGradient\FArguments) & InArgs )
[]
SComplexGradient::FArguments::GradientColors
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SComplexGradient.h
The colors used in the gradient
Slate
WidgetArgsType & GradientColors &40; const TAttribute< TArray< FLinearColor > > & InAttribute &41;
[]
SComplexGradient::FArguments::HasAlphaBackground
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SComplexGradient.h
Whether a checker background is displayed for alpha viewing
Slate
WidgetArgsType & HasAlphaBackground &40; bool InArg &41;
[]
SComplexGradient::FArguments::Orientation
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SComplexGradient.h
Horizontal or vertical gradient
Slate
WidgetArgsType & Orientation &40; EOrientation InArg &41;
[]
WidgetArgsType
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SComplexGradient.h
Slate
typedef FArguments WidgetArgsType
[]
SComplexGradient::FArguments::FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SComplexGradient.h
Slate
FArguments&40;&41;
[]
FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SComplexGradient.h
Slate
struct FArguments : public [TSlateBaseNamedArgs< SComplexGradient >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)
[]
SComplexGradient::OnPaint
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SComplexGradient.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
[]
SComplexGradient::SComplexGradient
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SComplexGradient.h
Slate
SComplexGradient()
[]
SComplexGradient
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SComplexGradient.h
Implements a Slate widget that renders a color gradient consisting of multiple stops.
Slate
class SComplexGradient : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget)
[]
SSimpleGradient::FArguments::EndColor
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SSimpleGradient.h
The rightmost gradient color
Slate
WidgetArgsType & EndColor &40; const TAttribute< FLinearColor > & InAttribute &41;
[]
SSimpleGradient::Construct
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SSimpleGradient.h
Constructs the widget
Slate
void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Colors\SSimpleGradient\FArguments) & InArgs )
[]
SSimpleGradient::FArguments::Orientation
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SSimpleGradient.h
Horizontal or vertical gradient
Slate
WidgetArgsType & Orientation &40; const TAttribute< EOrientation > & InAttribute &41;
[]
SComplexGradient::FArguments::DesiredSizeOverride
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SComplexGradient.h
When specified use this as the gradients desired size
Slate
WidgetArgsType & DesiredSizeOverride &40; const TAttribute< TOptional< FVector2D > > & InAttribute &41;
[]
SSimpleGradient::FArguments::HasAlphaBackground
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SSimpleGradient.h
Whether a checker background is displayed for alpha viewing
Slate
WidgetArgsType & HasAlphaBackground &40; const TAttribute< bool > & InAttribute &41;
[]
SSimpleGradient::FArguments::StartColor
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SSimpleGradient.h
The leftmost gradient color
Slate
WidgetArgsType & StartColor &40; const TAttribute< FLinearColor > & InAttribute &41;
[]
SSimpleGradient::FArguments::UseSRGB
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SSimpleGradient.h
Whether to display sRGB color
Slate
PRAGMA_DISABLE_DEPRECATION_WARNINGSWidgetArgsType & UseSRGB &40; bool InArg &41;
[]
SSimpleGradient::FArguments::FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SSimpleGradient.h
Slate
FArguments&40;&41;
[]
FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SSimpleGradient.h
Slate
struct FArguments : public [TSlateBaseNamedArgs< SSimpleGradient >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)
[ { "type": "bool", "name": "_UseSRGB", "description": "" } ]
SSimpleGradient::OnPaint
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SSimpleGradient.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
[]
SSimpleGradient::SSimpleGradient
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SSimpleGradient.h
Slate
SSimpleGradient()
[]
SSimpleGradient
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SSimpleGradient.h
Implements a Slate widget that renders a simple color gradient.
Slate
class SSimpleGradient : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget)
[]
WidgetArgsType
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SSimpleGradient.h
Slate
typedef FArguments WidgetArgsType
[]
SDockTab::ActivateInParent
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Make this tab active in its tabwell
Slate
void ActivateInParent ( ETabActivationCause InActivationCause )
[]
SDockTab::Construct
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Construct the widget from the declaration.
Slate
void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Docking\SDockTab\FArguments) & InArgs )
[]
SDockTab::CanCloseTab
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
true if the tab can be closed right now. Example: Callback could ask user via dialog.
Slate
bool CanCloseTab() const
[]
SDockTab::DrawAttention
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Draws attention to the tab.
Slate
void DrawAttention()
[]
SDockTab::ExtendContextMenu
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Add any entries specific to this tab to the tab context menu
Slate
void ExtendContextMenu ( [FMenuBuilder](API\Runtime\Slate\Framework\MultiBox\FMenuBuilder) & MenuBuilder )
[]
SDockTab::FArguments::CanEverClose
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Whether this tab can ever be closed. Example: certain programs may want to show tabs for the lifetime of the program.
Slate
WidgetArgsType & CanEverClose &40; bool InArg &41;
[]
SDockTab::FArguments::ContentPadding
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Slate
WidgetArgsType & ContentPadding &40; const TAttribute< FMargin > & InAttribute &41;
[]
SDockTab::FArguments::Content
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Slate
NamedSlotProperty< FArguments > Content&40;&41;
[]
SDockTab::FArguments::ForegroundColor
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Slate
WidgetArgsType & ForegroundColor &40; const TAttribute< FSlateColor > & InAttribute &41;
[]
SDockTab::FArguments::Icon
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Deprecated* Tab icons are now being managed by tab spawners and toolkits. In the rare case you need to set an icon manually, useSetTabIcon()instead
Slate
FArguments & Icon &40; const FSlateBrush &42; InIcon &41;
[]
SDockTab::FArguments::IconColor
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Slate
WidgetArgsType & IconColor &40; const TAttribute< FLinearColor > & InAttribute &41;
[]
SDockTab::FArguments::LabelSuffix
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Slate
WidgetArgsType & LabelSuffix &40; const TAttribute< FText > & InAttribute &41;
[]
SDockTab::FArguments::OnCanCloseTab
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
When the close button is pressed, checks whether the tab can be closed in that moment. Example: Show dialog and ask user whether they're sure to close.
Slate
WidgetArgsType & OnCanCloseTab &40; const FCanCloseTab & InDelegate &41;
[]
SDockTab::FArguments::OnExtendContextMenu
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Slate
WidgetArgsType & OnExtendContextMenu &40; const FExtendContextMenu & InDelegate &41;
[]
SDockTab::FArguments::Label
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Slate
WidgetArgsType & Label &40; const TAttribute< FText > & InAttribute &41;
[]
SDockTab::FArguments::OnPersistVisualState
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Slate
WidgetArgsType & OnPersistVisualState &40; const FOnPersistVisualState & InDelegate &41;
[]
SDockTab::FArguments::OnTabActivated
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Slate
WidgetArgsType & OnTabActivated &40; const FOnTabActivatedCallback & InDelegate &41;
[]
SDockTab::FArguments::OnTabClosed
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Slate
WidgetArgsType & OnTabClosed &40; const FOnTabClosedCallback & InDelegate &41;
[]
SDockTab::FArguments::OnTabDraggedOverDockArea
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Slate
WidgetArgsType & OnTabDraggedOverDockArea &40; const FSimpleDelegate & InDelegate &41;
[]
SDockTab::FArguments::OnTabDrawerClosed
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Invoked when a tab is closed from a drawer. This does not mean the tab or its contents is destroyed, just hidden. Use OnTabClosed for that
Slate
WidgetArgsType & OnTabDrawerClosed &40; const FSimpleDelegate & InDelegate &41;
[]
SDockTab::FArguments::operator[]
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Slate
FArguments & operator&91;&93; &40; const TSharedRef< SWidget > & InChild &41;
[]
SDockTab::FArguments::ShouldAutosize
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Slate
WidgetArgsType & ShouldAutosize &40; bool InArg &41;
[]
SDockTab::FArguments::TabColorScale
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Slate
WidgetArgsType & TabColorScale &40; const TAttribute< FLinearColor > & InAttribute &41;
[]
SDockTab::FArguments::TabRole
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Slate
WidgetArgsType & TabRole &40; ETabRole InArg &41;
[]
SDockTab::FArguments::TabWellContentLeft
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Slate
NamedSlotProperty< FArguments > TabWellContentLeft&40;&41;
[]
SDockTab::FArguments::TabWellContentRight
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Slate
NamedSlotProperty< FArguments > TabWellContentRight&40;&41;
[]
WidgetArgsType
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Slate
typedef FArguments WidgetArgsType
[]
SDockTab::FArguments::OnTabRelocated
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Slate
WidgetArgsType & OnTabRelocated &40; const FSimpleDelegate & InDelegate &41;
[]
SDockTab::FArguments::FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Slate
FArguments&40;&41;
[]
FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Slate
struct FArguments : public [TSlateBaseNamedArgs< SDockTab >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)
[]
FCanCloseTab
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Delegate called before a tab is closed. Returning false will prevent the tab from closing
Slate
typedef TBaseDelegate_NoParams< bool > FCanCloseTab
[]
FExtendContextMenu
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Invoked to add entries to the tab context menu
Slate
typedef TBaseDelegate_OneParam< void, [FMenuBuilder](API\Runtime\Slate\Framework\MultiBox\FMenuBuilder) & > FExtendContextMenu
[]
SDockTab::FlashTab
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Flash the tab, used for drawing attention to it
Slate
void FlashTab()
[]
FOnPersistVisualState
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Invoked w`en this tab should save some information about its content.
Slate
typedef TBaseDelegate_NoParams< void > FOnPersistVisualState
[]
FOnTabActivatedCallback
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Invoked when a tab is activated
Slate
typedef TBaseDelegate_TwoParams< void, [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SDockTab](API\Runtime\Slate\Widgets\Docking\SDockTab) >, ETabActivationCause > FOnTabActivatedCallback
[]
FOnTabClosedCallback
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Invoked when a tab is closing
Slate
typedef TBaseDelegate_OneParam< void, [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SDockTab](API\Runtime\Slate\Widgets\Docking\SDockTab) > > FOnTabClosedCallback
[]
FOnTabRenamed
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Invoked when a tab is renamed
Slate
typedef TBaseDelegate_OneParam< void, [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SDockTab](API\Runtime\Slate\Widgets\Docking\SDockTab) > > FOnTabRenamed
[]
SDockTab::GetActiveTabIndicatorVisibility
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
The visibility of the active tab indicator
Slate
[EVisibility](API\Runtime\SlateCore\Layout\EVisibility) GetActiveTabIndicatorVisibility() const
[]
SDockTab::GetAnimatedScale
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
the scaling of the tab based on the opening/closing animation
Slate
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) GetAnimatedScale() const
[]
SDockTab::GetCloseButtonToolTipText
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
The close button tooltip showing the appropriate close command shortcut
Slate
[FText](API\Runtime\Core\Internationalization\FText) GetCloseButtonToolTipText() const
[]
SDockTab::GetColorOverlayImageBrush
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
the image brush for the tab's color overlay
Slate
const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetColorOverlayImageBrush() const
[]
SDockTab::GetContent
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
the content associated with this tab
Slate
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetContent()
[]
SDockTab::GetContentAreaBrush
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
What should the content area look like for this type of tab? Documents, Apps, and Tool Panels have different backgrounds.
Slate
const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetContentAreaBrush() const
[]
SDockTab::GetContentPadding
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Padding around the content when it is presented by the SDockingTabStack
Slate
[FMargin](API\Runtime\SlateCore\Layout\FMargin) GetContentPadding() const
[]
SDockTab::GetCurrentStyle
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
the style currently applied to the dock tab
Slate
const [FDockTabStyle](API\Runtime\SlateCore\Styling\FDockTabStyle) & GetCurrentStyle() const
[]
SDockTab::GetFlashColor
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Returns a color to flash the background of this tab with
Slate
[FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) GetFlashColor() const
[]
SDockTab::GetDockArea
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Gets the dock area that this resides in
Slate
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< class SDockingArea > GetDockArea() const
[]
SDockTab::GetFlashValue
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Get the desired color of tab. These change during flashing.
Slate
float GetFlashValue() const
[]
SDockTab::GetFlashOverlayImageBrush
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
the image brush for the tab's flasher overlay
Slate
const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetFlashOverlayImageBrush() const
[]
SDockTab::GetForegroundColor
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
the Foreground color that this widget sets; unset options if the widget does not set a foreground color
Slate
virtual [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) GetForegroundColor() const
[]
SDockTab::GetIconColor
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Returns the color of this tab's icon
Slate
[FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) GetIconColor() const
[]
SDockTab::GetImageBrush
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
the image brush that best represents this tab's in its current state
Slate
const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetImageBrush() const
[]
SDockTab::GetLastActivationTime
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Returns the time this tab was last activated
Slate
double GetLastActivationTime()
[]
SDockTab::GetLeftContent
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Slate
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetLeftContent()
[]
SDockTab::GetLayoutIdentifier
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Gets this tab's layout identifier
Slate
const [FTabId](API\Runtime\Slate\Framework\Docking\FTabId) GetLayoutIdentifier() const
[]
SDockTab::GetOverlapWidth
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
The width that this tab will overlap with side-by-side tabs.
Slate
float GetOverlapWidth() const
[]
SDockTab::GetParent
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Gets the tab's tab well parent, or nothing, if it has none
Slate
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< SDockingTabWell > GetParent() const
[]
SDockTab::GetParentDockTabStack
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Gets the dock tab stack this dockable tab resides within, if any
Slate
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< SDockingTabStack > GetParentDockTabStack() const
[]
SDockTab::GetParentWindow
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Get the window in which this tab's tabmanager has placed it
Slate
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > GetParentWindow() const
[]
SDockTab::GetRightContent
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Slate
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetRightContent()
[]
SDockTab::GetTabColor
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Returns a color to scale the background of this tab by
Slate
[FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) GetTabColor() const
[]
SDockTab::GetTabIconBorderPadding
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
the padding for the tab icon border
Slate
[FMargin](API\Runtime\SlateCore\Layout\FMargin) GetTabIconBorderPadding() const
[]
SDockTab::GetTabIcon
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Gets the tab icon
Slate
const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetTabIcon() const
[]
SDockTab::GetTabIconSize
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
the size the tab icon should be
Slate
[TOptional](API\Runtime\Core\IO\TOptional)< FVector2D > GetTabIconSize() const
[]
SDockTab::GetTabLabel
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
The label on the tab
Slate
[FText](API\Runtime\Core\Internationalization\FText) GetTabLabel() const
[]
SDockTab::GetTabManager
/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h
Get the tab manager currently managing this tab. Note that a user move the tab between Tab Managers, so this return value may change.
Slate
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FTabManager](API\Runtime\Slate\Framework\Docking\FTabManager) > GetTabManager() const
[]