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
FMorpher
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Utility for animating the window size.
SlateCore
struct FMorpher
[ { "type": "bool: 1", "name": "bIsActive", "description": "True if this morph is currently active" }, { "type": "bool: 1", "name": "bIsAnimatingWindowSize", "description": "True if we're morphing size as well as position. False if we're just morphing position" }, { "type": "FCurveSequence", "name": "Sequence", "description": "Animation sequence to hold on to the Handle" }, { "type": "FSlateRect", "name": "StartingMorphShape", "description": "Initial size of the window (i.e. at the start of animation)" }, { "type": "float", "name": "StartingOpacity", "description": "Initial window opacity" }, { "type": "FSlateRect", "name": "TargetMorphShape", "description": "Desired size of the window (i.e. at the end of the animation)" }, { "type": "float", "name": "TargetOpacity", "description": "Desired opacity of the window" } ]
SWindow::FMorpher::FMorpher
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
\/ Y
SlateCore
FMorpher&40;&41;
[]
FScopedWidgetSlotArguments
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
typedef [TPanelChildren](API\Runtime\SlateCore\Layout\TPanelChildren)< [FPopupLayerSlot](API\Runtime\SlateCore\Widgets\FPopupLayerSlot) >::[FScopedWidgetSlotArguments](API\Runtime\SlateCore\Widgets\SWindow\FScopedWidgetSlotArguments) FScopedWidgetSlotArguments
[]
SWindow::GetChildWindows
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
the list of this window's child windows
SlateCore
const [TArray](API\Runtime\Core\Containers\TArray)< [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > > & GetChildWindows() const
[]
SWindow::GetChildWindows
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
the list of this window's child windows
SlateCore
[TArray](API\Runtime\Core\Containers\TArray)< [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > > & GetChildWindows()
[]
SWindow::GetClientRectInScreen
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Rectangle of the window's usable client area in screen space.
SlateCore
[FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) GetClientRectInScreen() const
[]
SWindow::GetClientSizeInScreen
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
the size of the window's usable client area.
SlateCore
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) GetClientSizeInScreen() const
[]
SWindow::GetClippingRectangleInWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
a clipping rectangle that represents this window in Window Space (i.e. always starts at 0,0)
SlateCore
[FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) GetClippingRectangleInWindow() const
[]
SWindow::GetCornerRadius
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Gets the radius of the corner rounding of the window.
SlateCore
int32 GetCornerRadius()
[]
SWindow::GetContent
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Gets the widget content for this window The widget content for this window
SlateCore
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetContent()
[]
SWindow::GetCurrentWindowZone
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Gets the current Window Zone that mouse position is over.
SlateCore
[EWindowZone::Type](API\Runtime\ApplicationCore\GenericPlatform\EWindowZone__Type) GetCurrentWindowZone ( [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) LocalMousePosition )
[]
SWindow::GetDesiredSizeDesktopPixels
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
the desired size in desktop pixels
SlateCore
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) GetDesiredSizeDesktopPixels() const
[]
SWindow::GetDefaultAccessibleText
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Assign AccessibleText with a default value that can be used when AccessibleBehavior is set to Auto or Custom.
SlateCore
virtual [TOptional](API\Runtime\Core\IO\TOptional)< [FText](API\Runtime\Core\Internationalization\FText) > GetDefaultAccessibleText ( EAccessibleType AccessibleType ) const
[]
SWindow::GetDPIScaleFactor
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Returns the DPI scale factor of the native window
SlateCore
float GetDPIScaleFactor() const
[]
SWindow::GetExpectedMaxHeight
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Returns the configured expected maximum height of the window, or INDEX_NONE if not specified. Can be used to optimize performance for window size animation
SlateCore
int32 GetExpectedMaxHeight() const
[]
SWindow::GetExpectedMaxWidth
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Returns the configured expected maximum width of the window, or INDEX_NONE if not specified. Can be used to optimize performance for window size animation
SlateCore
int32 GetExpectedMaxWidth() const
[]
SWindow::GetFullScreenInfo
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Returns the rectangle of the screen the window is associated with
SlateCore
[FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) GetFullScreenInfo() const
[]
SWindow::GetInitialDesiredPositionInScreen
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
The initially desired size of the slate window
SlateCore
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) GetInitialDesiredPositionInScreen() const
[]
SWindow::GetInitialDesiredSizeInScreen
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
The initially desired screen position of the slate window
SlateCore
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) GetInitialDesiredSizeInScreen() const
[]
SWindow::GetIsHDR
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
bool GetIsHDR() const
[]
SWindow::GetLocalToWindowTransform
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
the transform from local space to window space, which is basically desktop space without the offset. Essentially contains the DPI scale.
SlateCore
[FSlateLayoutTransform](API\Runtime\SlateCore\Rendering\FSlateLayoutTransform) GetLocalToWindowTransform() const
[]
SWindow::GetMorphTargetPosition
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Returns the currently set morph target position
SlateCore
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) GetMorphTargetPosition() const
[]
SWindow::GetMorphTargetShape
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Returns the currently set morph target shape
SlateCore
[FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) GetMorphTargetShape() const
[]
SWindow::GetNativeWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FGenericWindow](API\Runtime\ApplicationCore\GenericPlatform\FGenericWindow) > GetNativeWindow()
[]
SWindow::GetNativeWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< const [FGenericWindow](API\Runtime\ApplicationCore\GenericPlatform\FGenericWindow) > GetNativeWindow() const
[]
SWindow::GetLocalToScreenTransform
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
the transform from local space to screen space (desktop space).
SlateCore
[FSlateLayoutTransform](API\Runtime\SlateCore\Rendering\FSlateLayoutTransform) GetLocalToScreenTransform() const
[]
SWindow::GetNonMaximizedRectInScreen
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
the rectangle of the window for its non-maximized state
SlateCore
[FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) GetNonMaximizedRectInScreen() const
[]
SWindow::GetNonMaximizedWindowBorderSize
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Returns the margins used for the window border if it's not maximized
SlateCore
[FMargin](API\Runtime\SlateCore\Layout\FMargin) GetNonMaximizedWindowBorderSize() const
[]
SWindow::GetOnWindowActivatedEvent
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Gets the multicast delegate executed when the window is activated
SlateCore
FOnWindowActivatedEvent & GetOnWindowActivatedEvent()
[]
SWindow::GetOnWindowClosedEvent
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Gets the multicast delegate to execute right before the window is closed
SlateCore
FOnWindowClosedEvent & GetOnWindowClosedEvent()
[]
SWindow::GetOnWindowDeactivatedEvent
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Gets the multicast delegate executed when the window is deactivated
SlateCore
FOnWindowDeactivatedEvent & GetOnWindowDeactivatedEvent()
[]
SWindow::GetOpacity
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
the window's current opacity
SlateCore
float GetOpacity() const
[]
SWindow::GetParentWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
the parent of this window; Invalid shared pointer if this window is not a child
SlateCore
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > GetParentWindow() const
[]
SWindow::GetPositionInScreen
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
The position of the window in screen space
SlateCore
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) GetPositionInScreen() const
[]
SWindow::GetRectInScreen
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Rectangle that this window occupies in screen space
SlateCore
[FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) GetRectInScreen() const
[]
SWindow::GetSizeInScreen
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
the size of the window in screen pixels
SlateCore
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) GetSizeInScreen() const
[]
SWindow::GetRootWidget
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
the children root widget of the Invalidation root.
SlateCore
virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetRootWidget()
[]
SWindow::GetSizeLimits
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Optional constraints on min and max sizes that this window can be.
SlateCore
[FWindowSizeLimits](API\Runtime\ApplicationCore\GenericPlatform\FWindowSizeLimits) GetSizeLimits() const
[]
SWindow::GetTitle
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Grabs the current window title The window's title
SlateCore
[FText](API\Runtime\Core\Internationalization\FText) GetTitle() const
[]
SWindow::GetTitleAlignment
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Returns the alignment type for the titlebar's title text.
SlateCore
virtual EHorizontalAlignment GetTitleAlignment()
[]
SWindow::GetTitleBar
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IWindowTitleBar](API\Runtime\SlateCore\Application\IWindowTitleBar) > GetTitleBar() const
[]
SWindow::GetTitleBarSize
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Returns the size of the title bar as a Slate size parameter. Does not take into account application scale! Title bar size
SlateCore
[FOptionalSize](API\Runtime\SlateCore\Types\FOptionalSize) GetTitleBarSize() const
[]
SWindow::GetTopmostAncestor
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Look up the parent chain until we find the top-level window that owns this window
SlateCore
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > GetTopmostAncestor()
[]
SWindow::GetTransparencySupport
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
the level of transparency supported by this window
SlateCore
EWindowTransparency GetTransparencySupport() const
[]
SWindow::GetType
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Grabs the window type The window's type
SlateCore
EWindowType GetType() const
[]
SWindow::GetViewport
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [ISlateViewport](API\Runtime\SlateCore\Rendering\ISlateViewport) > GetViewport()
[]
SWindow::GetWidgetFocusedOnDeactivate
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Returns widget last focused on deactivate
SlateCore
[TWeakPtr](API\Runtime\Core\Templates\TWeakPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetWidgetFocusedOnDeactivate()
[]
SWindow::GetWindowBorderSize
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Returns the margins used for the window border. This varies based on whether it's maximized or not.
SlateCore
[FMargin](API\Runtime\SlateCore\Layout\FMargin) GetWindowBorderSize ( bool bIncTitleBar ) const
[]
SWindow::GetWindowGeometryInScreen
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Get the Geometry that describes this window. Windows in Slate are unique in that they know their own geometry.
SlateCore
[FGeometry](API\Runtime\SlateCore\Layout\FGeometry) GetWindowGeometryInScreen() const
[]
SWindow::GetWindowGeometryInWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
The geometry of the window in window space (i.e. position and AbsolutePosition are 0)
SlateCore
[FGeometry](API\Runtime\SlateCore\Layout\FGeometry) GetWindowGeometryInWindow() const
[]
SWindow::GetWindowMode
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
The current window mode (fullscreen, windowed, etc)
SlateCore
[EWindowMode::Type](API\Runtime\ApplicationCore\GenericPlatform\EWindowMode__Type) GetWindowMode() const
[]
SWindow::GetWindowSizeFromClientSize
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
For a given client size, calculate the window size required to accommodate any potential non-OS borders and title bars
SlateCore
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) GetWindowSizeFromClientSize ( [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) InClientSize, [TOptional](API\Runtime\Core\IO\TOptional)< float > DPIScale )
[]
SWindow::GetWindowVisibility
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Windows that are not hittestable should not show up in the hittest grid.
SlateCore
[EVisibility](API\Runtime\SlateCore\Layout\EVisibility) GetWindowVisibility() const
[]
SWindow::HACK_ForceToFront
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Force a window to front even if a different application is in front.
SlateCore
void HACK_ForceToFront()
[]
SWindow::HasActiveChildren
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Are any of our child windows active?
SlateCore
bool HasActiveChildren() const
[]
SWindow::GetViewportSize
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Returns the viewport size, taking into consideration if the window size should drive the viewport size
SlateCore
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) GetViewportSize() const
[]
SWindow::HasActiveParent
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Are any of our parent windows active?
SlateCore
bool HasActiveParent() const
[]
SWindow::HasCloseBox
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
true if this window has a close button/box on the titlebar area
SlateCore
bool HasCloseBox() const
[]
SWindow::HasFullWindowOverlayContent
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Checks to see if there is content assigned as a full window overlay True if there is an overlay widget assigned
SlateCore
bool HasFullWindowOverlayContent() const
[]
SWindow::HasMaximizeBox
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
true if this window has a maximize button/box on the titlebar area
SlateCore
bool HasMaximizeBox() const
[]
SWindow::HasMinimizeBox
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
true if this window has a minimize button/box on the titlebar area
SlateCore
bool HasMinimizeBox() const
[]
SWindow::HasOSWindowBorder
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
true if the window is using the os window border instead of a slate created one
SlateCore
bool HasOSWindowBorder() const
[]
SWindow::HasSizingFrame
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
true if this is a user-sized window with a thick edge
SlateCore
bool HasSizingFrame() const
[]
SWindow::InitialMaximize
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Maximize the window if bInitiallyMaximized is set
SlateCore
void InitialMaximize()
[]
SWindow::HasOverlay
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Check whether we have a full window overlay, used to draw content over the entire window. true if the window has an overlay
SlateCore
bool HasOverlay() const
[]
SWindow::HideWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Make the window invisible
SlateCore
void HideWindow()
[]
SWindow::InitialMinimize
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Maximize the window if bInitiallyMinimized is set
SlateCore
void InitialMinimize()
[]
SWindow::IsActive
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Are any of our child windows active?
SlateCore
bool IsActive() const
[]
SWindow::IsAutosized
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
true if the window is sized by the windows content
SlateCore
bool IsAutosized() const
[]
SWindow::IsDescendantOf
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Returns whether or not this window is a descendant of the specfied parent window true if the window is a child of ParentWindow, false otherwise.
SlateCore
bool IsDescendantOf ( const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > & ParentWindow ) const
[]
SWindow::IsDrawingEnabled
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
bool IsDrawingEnabled() const
[]
SWindow::IsFocusedInitially
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
true if this window will be focused when it is first shown
SlateCore
bool IsFocusedInitially() const
[]
SWindow::IsManualManageDPIChanges
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
bool IsManualManageDPIChanges() const
[]
SWindow::IsMirrorWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
bool IsMirrorWindow()
[]
SWindow::IsModalWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
bool IsModalWindow()
[]
SWindow::IsMorphing
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Returns true if the window is currently morphing to a new position, shape and/or opacity
SlateCore
bool IsMorphing() const
[]
SWindow::IsMorphingSize
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Returns true if the window is currently morphing and is morphing by size
SlateCore
bool IsMorphingSize() const
[]
SWindow::IsRegularWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
true if this is a vanilla window, or one being used for some special purpose: e.g. tooltip or menu
SlateCore
bool IsRegularWindow() const
[]
SWindow::IsScreenspaceMouseWithin
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
true if mouse coordinates is within this window
SlateCore
bool IsScreenspaceMouseWithin ( [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) ScreenspaceMouseCoordinate ) const
[]
SWindow::IsUserSized
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
true if the user decides the size of the window; false if the content determines the size of the window
SlateCore
bool IsUserSized() const
[]
SWindow::IsViewportSizeDrivenByWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Returns whether or not the viewport and window size should be linked together. If false, the two can be independent in cases where it is needed (e.g. mirror mode window drawing)
SlateCore
bool IsViewportSizeDrivenByWindow() const
[]
SWindow::IsVisible
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
true if the window is visible, false otherwise
SlateCore
bool IsVisible() const
[]
SWindow::IsVirtualWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
bool IsVirtualWindow() const
[]
SWindow::IsWindowMaximized
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
true if the window is maximized, false otherwise
SlateCore
bool IsWindowMaximized() const
[]
SWindow::IsWindowMinimized
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
true of the window is minimized (iconic), false otherwise
SlateCore
bool IsWindowMinimized() const
[]
SWindow::MakeCursorDecorator
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Make cursor decorator window The newSWindow
SlateCore
static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > MakeCursorDecorator()
[]
SWindow::MakeNotificationWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Make a notification window The newSWindow
SlateCore
static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > MakeNotificationWindow()
[]
SWindow::IsTopmostWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
true if the window should be on top of all other windows; false otherwise
SlateCore
bool IsTopmostWindow() const
[]
SWindow::MakeStyledCursorDecorator
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Make cursor decorator window with a non-default style The newSWindow
SlateCore
static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > MakeStyledCursorDecorator ( const [FWindowStyle](API\Runtime\SlateCore\Styling\FWindowStyle) & InStyle )
[]
SWindow::MakeToolTipWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Make a tool tip window The newSWindow
SlateCore
static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > MakeToolTipWindow()
[]
SWindow::MakeWindowTitleBar
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Returns swindow title bar widgets.
SlateCore
virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > MakeWindowTitleBar ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > & Window, const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & CenterContent, EHorizontalAlignment CenterContentAlignment )
[]
SWindow::Minimize
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
void Minimize()
[]
SWindow::Maximize
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Windows functions
SlateCore
void Maximize()
[]
SWindow::MorphToPosition
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Animate the window to TargetOpacity and TargetPosition over a short period of time
SlateCore
void MorphToPosition ( const [FCurveSequence](API\Runtime\SlateCore\Animation\FCurveSequence) & Sequence, const float TargetOpacity, const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & TargetPosition )
[]
SWindow::MorphToShape
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Animate the window to TargetOpacity and TargetShape over a short period of time
SlateCore
void MorphToShape ( const [FCurveSequence](API\Runtime\SlateCore\Animation\FCurveSequence) & Sequence, const float TargetOpacity, const [FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) & TargetShape )
[]
SWindow::MoveWindowTo
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Relocate the window to a screenspace position specified by NewPosition
SlateCore
void MoveWindowTo ( [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) NewPosition )
[]
SWindow::NotifyWindowBeingDestroyed
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Calls OnWindowClosed delegate and WindowClosedEvent when this window is about to be closed
SlateCore
void NotifyWindowBeingDestroyed()
[]
SWindow::OnCursorQuery
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Events.
SlateCore
virtual [FCursorReply](API\Runtime\SlateCore\Input\FCursorReply) OnCursorQuery ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & CursorEvent ) const
[]
SWindow::OnIsActiveChanged
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
The system will call this method to notify the window that it has been places in the foreground or background.
SlateCore
virtual bool OnIsActiveChanged ( const [FWindowActivateEvent](API\Runtime\SlateCore\Input\FWindowActivateEvent) & ActivateEvent )
[]
SWindow::OnVisualizePopup
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Visualize a new pop-up if possible. If it's not possible for this widget to host the pop-up content you'll get back an invalid pointer to the layer. The returnedFPopupLayerallows you to remove the pop-up when you're done with it a validFPopupLayerif this widget supported hosting it. You can call Remove() on this to destroy the pop-up.
SlateCore
virtual [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FPopupLayer](API\Runtime\SlateCore\Widgets\FPopupLayer) > OnVisualizePopup ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & PopupContent )
[]