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
FSlateApplicationBase::GetHitTesting
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
SlateCore
const [FHitTesting](API\Runtime\SlateCore\Application\FHitTesting) & GetHitTesting() const
[]
FSlateApplicationBase::GetKeyboardFocusedWidget
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Gets the widget that currently has keyboard focus, if any. The focused widget, or nullptr if no widget has focus.
SlateCore
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetKeyboardFocusedWidget() const
[]
FSlateApplicationBase::GetLastCursorPos
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Gets the last known position of the cursor. Cursor position.
SlateCore
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) GetLastCursorPos() const
[]
FSlateApplicationBase::GetMouseCaptorImpl
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Implementation of GetMouseCaptor which can be overridden without warnings. Widget with the mouse capture
SlateCore
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetMouseCaptorImpl() const
[]
FSlateApplicationBase::GetNavigationActionFromKey
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
SlateCore
EUINavigationAction GetNavigationActionFromKey ( const [FKeyEvent](API\Runtime\SlateCore\Input\FKeyEvent) & InKeyEvent ) const
[]
FSlateApplicationBase::GetNavigationActionForKey
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
SlateCore
EUINavigationAction GetNavigationActionForKey ( const [FKey](API\Runtime\InputCore\FKey) & InKey ) const
[]
FSlateApplicationBase::GetNavigationDirectionFromKey
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
SlateCore
EUINavigation GetNavigationDirectionFromKey ( const [FKeyEvent](API\Runtime\SlateCore\Input\FKeyEvent) & InKeyEvent ) const
[]
FSlateApplicationBase::GetNavigationDirectionFromAnalog
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
SlateCore
EUINavigation GetNavigationDirectionFromAnalog ( const [FAnalogInputEvent](API\Runtime\SlateCore\Input\FAnalogInputEvent) & InAnalogEvent )
[]
FSlateApplicationBase::GetPlatformApplication
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Gets the platform application. Platform application.
SlateCore
virtual const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [GenericApplication](API\Runtime\ApplicationCore\GenericPlatform\GenericApplication) > GetPlatformApplication() const
[]
FSlateApplicationBase::GetPlatformApplication
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
SlateCore
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< class [GenericApplication](API\Runtime\ApplicationCore\GenericPlatform\GenericApplication) > GetPlatformApplication()
[]
FSlateApplicationBase::GetPlatformCursor
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
SlateCore
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [ICursor](API\Runtime\ApplicationCore\GenericPlatform\ICursor) > GetPlatformCursor()
[]
FSlateApplicationBase::GetPreferredWorkArea
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Gets the rectangle of the current preferred work area. Area rectangle.
SlateCore
[FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) GetPreferredWorkArea() const
[]
FSlateApplicationBase::GetRenderer
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Gets the renderer being used to draw this application. The Slate renderer.
SlateCore
[FSlateRenderer](API\Runtime\SlateCore\Rendering\FSlateRenderer) * GetRenderer() const
[]
FSlateApplicationBase::GetSafeZoneRatio
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
SlateCore
void GetSafeZoneRatio ( [FMargin](API\Runtime\SlateCore\Layout\FMargin) & SafeZoneRatio )
[]
FSlateApplicationBase::GetSafeZoneSize
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
SlateCore
void GetSafeZoneSize ( [FMargin](API\Runtime\SlateCore\Layout\FMargin) & SafeZone, const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & OverrideSize )
[]
FSlateApplicationBase::GetSoftwareCursorAvailable
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Whether the software cursor is enabled for this application. software cursor available or not.
SlateCore
bool GetSoftwareCursorAvailable() const
[]
FSlateApplicationBase::GetSoftwareCursorVis
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Gets the desired visibility of the software cursor Software Cursor visibility
SlateCore
[EVisibility](API\Runtime\SlateCore\Layout\EVisibility) GetSoftwareCursorVis() const
[]
FSlateApplicationBase::GetTopLevelWindows
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Get a list of all top-level windows in the application, excluding virtual windows. An array of all current top-level SWindows.
SlateCore
const [TArray](API\Runtime\Core\Containers\TArray)< [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > > GetTopLevelWindows() const
[]
FSlateApplicationBase::GetWindowTransparencySupport
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Get the highest level of window transparency support currently enabled by this application Enumeration value specifying the level of transparency currently supported
SlateCore
EWindowTransparency GetWindowTransparencySupport() const
[]
FSlateApplicationBase::HasAnyMouseCaptor
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Gets whether or not a widget has captured the mouse. True if one or more widgets have capture, otherwise false.
SlateCore
bool HasAnyMouseCaptor() const
[]
FSlateApplicationBase::GetUserFocusedWidget
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
a pointer to the Widget that currently has the users focus; Empty pointer when the user has no focus.
SlateCore
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetUserFocusedWidget ( uint32 UserIndex ) const
[]
FSlateApplicationBase::HasAnyUserFocus
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Gets whether or not a particular widget has any users focus, and if so the type of focus (first one found). The optional will be set with the focus cause, if unset this widget doesn't have focus.
SlateCore
[TOptional](API\Runtime\Core\IO\TOptional)< EFocusCause > HasAnyUserFocus ( const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > Widget ) const
[]
FSlateApplicationBase::HasFocusedDescendants
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Checks whether the specified widget has any descendants which are currently focused. true if any descendants are focused, false otherwise.
SlateCore
bool HasFocusedDescendants ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & Widget ) const
[]
FSlateApplicationBase::HasUserFocus
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Gets whether or not a particular widget has the specified users focus, and if so the type of focus. The optional will be set with the focus cause, if unset this widget doesn't have focus.
SlateCore
[TOptional](API\Runtime\Core\IO\TOptional)< EFocusCause > HasUserFocus ( const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > Widget, int32 UserIndex ) const
[]
FSlateApplicationBase::HasUserFocusedDescendants
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Checks whether the specified widget has any descendants which are currently focused for the specified user user. true if any descendants are focused, false otherwise.
SlateCore
bool HasUserFocusedDescendants ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & Widget, int32 UserIndex ) const
[]
FSlateApplicationBase::HasUserMouseCapture
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Gets whether or not a widget has captured the mouse for a particular user. True if one or more widgets have capture, otherwise false.
SlateCore
bool HasUserMouseCapture ( int32 UserIndex ) const
[]
FSlateApplicationBase::InvalidateAllWidgets
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Notifies all invalidation panels that they should invalidate their contents Note: this is a very expensive call and should only be done in non-performance critical situations
SlateCore
void InvalidateAllWidgets ( bool bClearResourcesImmediately ) const
[]
FSlateApplicationBase::IsActive
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Whether the application is active. application active or not
SlateCore
bool IsActive() const
[]
FSlateApplicationBase::IsCustomSafeZoneSet
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
SlateCore
bool IsCustomSafeZoneSet() const
[]
FSlateApplicationBase::IsInitialized
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Returns true if a Slate application instance is currently initialized and ready True if Slate application is initialized
SlateCore
static bool IsInitialized()
[]
FSlateApplicationBase::IsSlateAsleep
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Is Slate currently sleeping or not. True if Slate is sleeping.
SlateCore
bool IsSlateAsleep()
[]
FSlateApplicationBase::IsWidgetDirectlyHovered
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Gets whether or not a particular widget is directly hovered. Directly hovered means that the widget is directly under the pointer, is not true for ancestors tho they are Hovered. True if the widget is directly hovered, otherwise false.
SlateCore
bool IsWidgetDirectlyHovered ( const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > Widget ) const
[]
FSlateApplicationBase::IsWindowHousingInteractiveTooltip
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
true if 'WindowToTest' is being used to display the current tooltip and the tooltip is interactive.
SlateCore
bool IsWindowHousingInteractiveTooltip ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< const [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > & WindowToTest ) const
[]
FSlateApplicationBase::LocateWidgetInWindow
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Given a window, locate a widget under the cursor in it; returns an invalid path if cursor is not over this window.
SlateCore
[FWidgetPath](API\Runtime\SlateCore\Layout\FWidgetPath) LocateWidgetInWindow ( [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) ScreenspaceMouseCoordinate, const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > & Window, bool bIgnoreEnabledStatus, int32 UserIndex ) const
[]
FSlateApplicationBase::LocateWindowUnderMouse
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
The widgets will be returned with the associated geometry. The first item will always be the top-level window while the last item will be the leaf-most widget. The path to the widget.
SlateCore
[FWidgetPath](API\Runtime\SlateCore\Layout\FWidgetPath) LocateWindowUnderMouse ( [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) ScreenspaceMouseCoordinate, const [TArray](API\Runtime\Core\Containers\TArray)< [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > > & Windows, bool bIgnoreEnabledStatus, int32 UserIndex )
[]
FSlateApplicationBase::IsExternalUIOpened
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Checks whether an UI for external services such as Steam is open. true if an external UI is open, false otherwise.
SlateCore
bool IsExternalUIOpened()
[]
FSlateApplicationBase::MakeImage
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Creates an image widget. The new image widget.
SlateCore
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SImage](API\Runtime\SlateCore\Widgets\Images\SImage) > MakeImage ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * > & Image, const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) > & Color, const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) > & Visibility ) const
[]
FSlateApplicationBase::MakeToolTip
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Creates a tool tip with the specified text. The tool tip.
SlateCore
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IToolTip](API\Runtime\SlateCore\Widgets\IToolTip) > MakeToolTip ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) > & ToolTipText )
[]
FSlateApplicationBase::MakeToolTip
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Creates a tool tip with the specified text. The tool tip.
SlateCore
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IToolTip](API\Runtime\SlateCore\Widgets\IToolTip) > MakeToolTip ( const [FText](API\Runtime\Core\Internationalization\FText) & ToolTipText )
[]
FSlateApplicationBase::MakeWindowTitleBar
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Creates a title bar for the specified window. The new title bar widget.
SlateCore
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > MakeWindowTitleBar ( const [FWindowTitleBarArgs](API\Runtime\SlateCore\Application\FWindowTitleBarArgs) & InArgs, [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IWindowTitleBar](API\Runtime\SlateCore\Application\IWindowTitleBar) > & OutTitleBar ) const
[]
FSlateApplicationBase::MakeWindowTitleBar
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Creates a title bar for the specified window. The new title bar widget.
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, [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IWindowTitleBar](API\Runtime\SlateCore\Application\IWindowTitleBar) > & OutTitleBar ) const
[]
FSlateApplicationBase::OnGlobalInvalidationToggled
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
SlateCore
[FOnGlobalInvalidationToggled](API\Runtime\SlateCore\Application\FSlateApplicationBase\FOnGlobalInvalid-) & OnGlobalInvalidationToggled()
[]
FSlateApplicationBase::OnInvalidateAllWidgets
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
SlateCore
[FOnInvalidateAllWidgets](API\Runtime\SlateCore\Application\FSlateApplicationBase\FOnInvalidateAllWidgets) & OnInvalidateAllWidgets()
[]
PlatformApplication
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Holds a pointer to the platform application.
SlateCore
static [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< class [GenericApplication](API\Runtime\ApplicationCore\GenericPlatform\GenericApplication) > PlatformApplication = nullptr;
[]
FSlateApplicationBase::SetAllUserFocus
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Sets the focus for all users to the specified widget. The widget must be allowed to receive focus.
SlateCore
void SetAllUserFocus ( const [FWidgetPath](API\Runtime\SlateCore\Layout\FWidgetPath) & InFocusPath, const EFocusCause InCause )
[]
FSlateApplicationBase::RequestDestroyWindow
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Slate strictly controls when windows are destroyed.
SlateCore
void RequestDestroyWindow ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > WindowToDestroy )
[]
FSlateApplicationBase::ResetCustomSafeZone
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
SlateCore
void ResetCustomSafeZone()
[]
FSlateApplicationBase::SetAllUserFocusAllowingDescendantFocus
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Sets the focus for all users to the specified widget unless that user is focused on a descendant. The widget must be allowed to receive focus.
SlateCore
void SetAllUserFocusAllowingDescendantFocus ( const [FWidgetPath](API\Runtime\SlateCore\Layout\FWidgetPath) & InFocusPath, const EFocusCause InCause )
[]
FSlateApplicationBase::SetCustomSafeZone
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
SlateCore
void SetCustomSafeZone ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InSafeZone )
[]
FSlateApplicationBase::SetKeyboardFocus
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Sets keyboard focus to the specified widget. The widget must be allowed to receive keyboard focus. true if the widget is now focused, false otherwise.
SlateCore
bool SetKeyboardFocus ( const [FWidgetPath](API\Runtime\SlateCore\Layout\FWidgetPath) & InFocusPath, const EFocusCause InCause )
[]
FSlateApplicationBase::SetUserFocus
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Sets user focus to the specified widget. The widget must be allowed to receive focus. true if the widget is now focused, false otherwise.
SlateCore
bool SetUserFocus ( const uint32 InUserIndex, const [FWidgetPath](API\Runtime\SlateCore\Layout\FWidgetPath) & InFocusPath, const EFocusCause InCause )
[]
SlateAppPrimaryPlatformUser
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
The primary platform user for this application. They will own the mouse and cursor by default. Default ID is 0
SlateCore
static const [FPlatformUserId](API\Runtime\Core\Misc\FPlatformUserId) SlateAppPrimaryPlatformUser = FPlatformUserId::CreateFromInternalId(0);
[]
FSlateApplicationBase::SwapSafeZoneTypes
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
SlateCore
void SwapSafeZoneTypes()
[]
FSlateApplicationBase::ToggleGlobalInvalidation
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
SlateCore
void ToggleGlobalInvalidation ( bool bIsGlobalInvalidationEnabled )
[]
FSlateApplicationBase::UpdateCustomSafeZone
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
SlateCore
void UpdateCustomSafeZone ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & NewSafeZoneRatio, bool bShouldRecacheMetrics )
[]
FSlateApplicationBase::FSlateApplicationBase
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
SlateCore
FSlateApplicationBase()
[]
FSlateApplicationBase
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
This class currently serves a temporary workaround for solving SlateCore dependencies toFSlateApplication. It should probably be removed onceFSlateApplicationhas been refactored into SlateCore.
SlateCore
class FSlateApplicationBase
[ { "type": "TSharedRef< FSl...", "name": "AccessibleMessageHandler", "description": "Manager for widgets and application to interact with accessibility API" }, { "type": "FCriticalSectio...", "name": "ActiveTimerCS", "description": "Critical section for active timer registration as it can be called from the movie thread and the game thread" }, { "type": "bool", "name": "bIsSlateAsleep", "description": "Gets set when Slate goes to sleep and cleared when active." }, { "type": "float", "name": "CachedDebugTitleSafeRatio", "description": "Caches the previous debug safe zone ratio." }, { "type": "FDisplayMetrics", "name": "CachedDisplayMetrics", "description": "Caches the application's display metrics." }, { "type": "FMargin", "name": "CustomSafeZoneRatio", "description": "Safe Zone ratio to override platform settings" }, { "type": "ECustomSafeZone...", "name": "CustomSafeZoneState", "description": "If Safe Zone ratio has been manually set, unset, or set via debug" }, { "type": "FHitTesting", "name": "HitTesting", "description": "Private interface for select entities that are allowed to perform hittesting." }, { "type": "FOnDebugSafeZon...", "name": "OnDebugSafeZoneChanged", "description": "" }, { "type": "FOnGlobalInvali...", "name": "OnGlobalInvalidationToggledEvent", "description": "" }, { "type": "FOnInvalidateAl...", "name": "OnInvalidateAllWidgetsEvent", "description": "Multicast delegate to broadcast when a global invalidate is requested" }, { "type": "TSharedPtr<FSl...", "name": "Renderer", "description": "Holds the Slate renderer used to render this application." } ]
FSlateApplicationBase::~FSlateApplicationBase
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
SlateCore
virtual ~FSlateApplicationBase()
[]
FSlateApplicationBase::ShowUserFocus
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Gets whether or not a particular widget should show user focus. True if we should show user focus
SlateCore
bool ShowUserFocus ( const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > Widget ) const
[]
FSlateThrottleManager::DisableThrottle
/Engine/Source/Runtime/SlateCore/Public/Application/ThrottleManager.h
Explicitly disable Slate throttling. This is intended to be used for code-driven exemptions to Slate throttling such as interactive actions that require multiple refreshes & world ticks. For single refresh scenarios, consider FEditorViewportClient.Invalidate(false, false).
SlateCore
void DisableThrottle ( bool bState )
[]
FSlateThrottleManager::EnterResponsiveMode
/Engine/Source/Runtime/SlateCore/Public/Application/ThrottleManager.h
Requests that we enter responsive mode. I.E throttle slow parts of the engine A handle to the request to enter responsive mode. Can only be ended with this request
SlateCore
[FThrottleRequest](API\Runtime\SlateCore\Application\FThrottleRequest) EnterResponsiveMode()
[]
FSlateThrottleManager::Get
/Engine/Source/Runtime/SlateCore/Public/Application/ThrottleManager.h
Gets the instance of this manager
SlateCore
static [FSlateThrottleManager](API\Runtime\SlateCore\Application\FSlateThrottleManager) & Get()
[]
FSlateThrottleManager::IsAllowingExpensiveTasks
/Engine/Source/Runtime/SlateCore/Public/Application/ThrottleManager.h
Whether or not we allow expensive tasks which could hurt performance to occur true if we allow expensive tasks, false otherwise
SlateCore
bool IsAllowingExpensiveTasks() const
[]
FSlateThrottleManager::LeaveResponsiveMode
/Engine/Source/Runtime/SlateCore/Public/Application/ThrottleManager.h
Request to leave responsive mode. Note that this may not end responsive mode in the case that multiple EnterResponsiveMode requests were made
SlateCore
void LeaveResponsiveMode ( [FThrottleRequest](API\Runtime\SlateCore\Application\FThrottleRequest) & InHandle )
[]
FSlateThrottleManager
/Engine/Source/Runtime/SlateCore/Public/Application/ThrottleManager.h
A class which manages requests to throttle parts of the engine to ensure SlateUI performance
SlateCore
class FSlateThrottleManager
[]
FSlateThrottleManager::FSlateThrottleManager
/Engine/Source/Runtime/SlateCore/Public/Application/ThrottleManager.h
Constructor
SlateCore
FSlateThrottleManager()
[]
FSlateWindowHelper::ArrangeWindowToFront
/Engine/Source/Runtime/SlateCore/Public/Application/SlateWindowHelper.h
Reorders the given collection of windows so the specified window is brought to the front.
SlateCore
static void ArrangeWindowToFront ( [TArray](API\Runtime\Core\Containers\TArray)< [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) >> & Windows, const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > & WindowToBringToFront )
[]
FSlateWindowHelper::BringToFrontInParent
/Engine/Source/Runtime/SlateCore/Public/Application/SlateWindowHelper.h
Make BringMeToFront first among its peers. i.e. make it the last window in its parent's list of child windows. The top-most window whose children were re-arranged
SlateCore
static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > BringToFrontInParent ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > & WindowToBringToFront )
[]
FSlateWindowHelper::BringWindowToFront
/Engine/Source/Runtime/SlateCore/Public/Application/SlateWindowHelper.h
The top-most (front-most) window is last in Z-order and therefore is added to the end of the list.
SlateCore
static void BringWindowToFront ( [TArray](API\Runtime\Core\Containers\TArray)< [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) >> & Windows, const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > & BringMeToFront )
[]
FSlateWindowHelper::CheckWorkAreaForWindows
/Engine/Source/Runtime/SlateCore/Public/Application/SlateWindowHelper.h
Checks whether any of the given windows overlap the specified work area. true if at least one window overlaps with the work area, false otherwise.
SlateCore
static bool CheckWorkAreaForWindows ( const [TArray](API\Runtime\Core\Containers\TArray)< [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > > & WindowsToSearch, const [FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) & WorkAreaRect )
[]
FSlateWindowHelper::ContainsWindow
/Engine/Source/Runtime/SlateCore/Public/Application/SlateWindowHelper.h
Checks whether the given collection of windows contains the specified window. true if the collection contains the window, false otherwise.
SlateCore
static bool ContainsWindow ( const [TArray](API\Runtime\Core\Containers\TArray)< [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) >> & WindowsToSearch, const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > & WindowToFind )
[]
FSlateWindowHelper::FindPathToWidget
/Engine/Source/Runtime/SlateCore/Public/Application/SlateWindowHelper.h
Note: this is a relatively slow operation! True if the widget path was found.
SlateCore
static bool FindPathToWidget ( const [TArray](API\Runtime\Core\Containers\TArray)< [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) >> & WindowsToSearch, [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > InWidget, [FWidgetPath](API\Runtime\SlateCore\Layout\FWidgetPath) & OutWidgetPath, [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) VisibilityFilter )
[]
FSlateWindowHelper::FindWindowByPlatformWindow
/Engine/Source/Runtime/SlateCore/Public/Application/SlateWindowHelper.h
Searches the given collection of windows to find the Slate window that corresponds to the specified platform window. The corresponding Slate window, or nullptr if it was not found.
SlateCore
static [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > FindWindowByPlatformWindow ( const [TArray](API\Runtime\Core\Containers\TArray)< [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) >> & WindowsToSearch, const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FGenericWindow](API\Runtime\ApplicationCore\GenericPlatform\FGenericWindow) > & PlatformWindow )
[]
FSlateWindowHelper::RemoveWindowFromList
/Engine/Source/Runtime/SlateCore/Public/Application/SlateWindowHelper.h
Removes the specified window from the given collection of windows.
SlateCore
static void RemoveWindowFromList ( [TArray](API\Runtime\Core\Containers\TArray)< [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) >> & Windows, const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > & WindowToRemove )
[]
FSlateWindowHelper
/Engine/Source/Runtime/SlateCore/Public/Application/SlateWindowHelper.h
Implements a manager for Slate windows.
SlateCore
class FSlateWindowHelper
[]
FThrottleRequest::IsValid
/Engine/Source/Runtime/SlateCore/Public/Application/ThrottleManager.h
Whether or not the handle is valid true if the throttle is valid
SlateCore
bool IsValid() const
[]
FThrottleRequest
/Engine/Source/Runtime/SlateCore/Public/Application/ThrottleManager.h
A handle to a throttle request made to the throttle manager Throttles can only be ended by passing back a request
SlateCore
class FThrottleRequest
[]
FWindowTitleBarArgs::FWindowTitleBarArgs
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
SlateCore
FWindowTitleBarArgs ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > & InWindow )
[]
FWindowTitleBarArgs
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
SlateCore
struct FWindowTitleBarArgs
[ { "type": "TSharedPtr<SWi...", "name": "CenterContent", "description": "Optional content for the title bar's center (will override window title)" }, { "type": "EHorizontalAlig...", "name": "CenterContentAlignment", "description": "The horizontal alignment of the center content." }, { "type": "TSharedRef<SWi...", "name": "Window", "description": "The window to create the title bar for" } ]
IWindowTitleBar::Flash
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
SlateCore
void Flash()
[]
IWindowTitleBar::SetAllowMenuBar
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
SlateCore
void SetAllowMenuBar ( bool bInAllowMenuBar )
[]
IWindowTitleBar::UpdateBackgroundContent
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
SlateCore
void UpdateBackgroundContent ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > BackgroundContent )
[]
IWindowTitleBar::UpdateWindowMenu
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
SlateCore
void UpdateWindowMenu ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > MenuContent )
[]
IWindowTitleBar
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
Interface for window title bars.
SlateCore
class IWindowTitleBar
[]
SlateApplicationDefs::MaxHardwareUsers
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h
How many hardware users can we support at once?
SlateCore
namespace SlateApplicationDefs { static SlateApplicationDefs::MaxHardwareUsers = 8; }
[]
FThrottleRequest::FThrottleRequest
/Engine/Source/Runtime/SlateCore/Public/Application/ThrottleManager.h
SlateCore
FThrottleRequest()
[]
FSlateBorderBrush::FSlateBorderBrush
/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateBorderBrush.h
SlateCore
FSlateBorderBrush ( const [FName](API\Runtime\Core\UObject\FName) & InImageName, const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InMargin, const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & InColorAndOpacity, [ESlateBrushImageType::Type](API\Runtime\SlateCore\Styling\ESlateBrushImageType__Type) InImageType )
[]
FSlateBorderBrush::FSlateBorderBrush
/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateBorderBrush.h
SlateCore
FSlateBorderBrush ( const [FString](API\Runtime\Core\Containers\FString) & InImageName, const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InMargin, const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InColorAndOpacity, [ESlateBrushImageType::Type](API\Runtime\SlateCore\Styling\ESlateBrushImageType__Type) InImageType )
[]
FSlateBorderBrush::FSlateBorderBrush
/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateBorderBrush.h
SlateCore
FSlateBorderBrush ( const ANSICHAR * InImageName, const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InMargin, const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InColorAndOpacity, [ESlateBrushImageType::Type](API\Runtime\SlateCore\Styling\ESlateBrushImageType__Type) InImageType )
[]
FSlateBorderBrush::FSlateBorderBrush
/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateBorderBrush.h
SlateCore
FSlateBorderBrush ( const TCHAR * InImageName, const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InMargin, const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InColorAndOpacity, [ESlateBrushImageType::Type](API\Runtime\SlateCore\Styling\ESlateBrushImageType__Type) InImageType )
[]
FSlateBorderBrush::FSlateBorderBrush
/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateBorderBrush.h
SlateCore
FSlateBorderBrush ( [UObject](API\Runtime\CoreUObject\UObject\UObject) * InResourceObject, const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InMargin, const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InColorAndOpacity, [ESlateBrushImageType::Type](API\Runtime\SlateCore\Styling\ESlateBrushImageType__Type) InImageType )
[]
FSlateBorderBrush::FSlateBorderBrush
/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateBorderBrush.h
SlateCore
FSlateBorderBrush ( const [FString](API\Runtime\Core\Containers\FString) & InImageName, const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InMargin, const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & InColorAndOpacity, [ESlateBrushImageType::Type](API\Runtime\SlateCore\Styling\ESlateBrushImageType__Type) InImageType )
[]
FSlateBorderBrush::FSlateBorderBrush
/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateBorderBrush.h
SlateCore
FSlateBorderBrush ( const ANSICHAR * InImageName, const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InMargin, const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & InColorAndOpacity, [ESlateBrushImageType::Type](API\Runtime\SlateCore\Styling\ESlateBrushImageType__Type) InImageType )
[]
FSlateBorderBrush::FSlateBorderBrush
/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateBorderBrush.h
SlateCore
FSlateBorderBrush ( const WIDECHAR * InImageName, const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InMargin, const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & InColorAndOpacity, [ESlateBrushImageType::Type](API\Runtime\SlateCore\Styling\ESlateBrushImageType__Type) InImageType )
[]
FSlateBorderBrush::FSlateBorderBrush
/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateBorderBrush.h
SlateCore
FSlateBorderBrush ( const [FName](API\Runtime\Core\UObject\FName) & InImageName, const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InMargin, const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FLinearColor](API\Runtime\Core\Math\FLinearColor) > & InColorAndOpacity, [ESlateBrushImageType::Type](API\Runtime\SlateCore\Styling\ESlateBrushImageType__Type) InImageType )
[]
FSlateBorderBrush::FSlateBorderBrush
/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateBorderBrush.h
SlateCore
FSlateBorderBrush ( const [FString](API\Runtime\Core\Containers\FString) & InImageName, const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InMargin, const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FLinearColor](API\Runtime\Core\Math\FLinearColor) > & InColorAndOpacity, [ESlateBrushImageType::Type](API\Runtime\SlateCore\Styling\ESlateBrushImageType__Type) InImageType )
[]
FSlateBorderBrush::FSlateBorderBrush
/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateBorderBrush.h
SlateCore
FSlateBorderBrush ( const ANSICHAR * InImageName, const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InMargin, const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FLinearColor](API\Runtime\Core\Math\FLinearColor) > & InColorAndOpacity, [ESlateBrushImageType::Type](API\Runtime\SlateCore\Styling\ESlateBrushImageType__Type) InImageType )
[]
FSlateBorderBrush::FSlateBorderBrush
/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateBorderBrush.h
SlateCore
FSlateBorderBrush ( const TCHAR * InImageName, const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InMargin, const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FLinearColor](API\Runtime\Core\Math\FLinearColor) > & InColorAndOpacity, [ESlateBrushImageType::Type](API\Runtime\SlateCore\Styling\ESlateBrushImageType__Type) InImageType )
[]
FSlateBorderBrush
/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateBorderBrush.h
Similar toFSlateBoxBrushbut has no middle and the sides tile instead of stretching. The margin is applied exactly as inFSlateBoxBrush.
SlateCore
struct FSlateBorderBrush : public [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush)
[]
FSlateBorderBrush::FSlateBorderBrush
/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateBorderBrush.h
SlateCore
FSlateBorderBrush ( const [FName](API\Runtime\Core\UObject\FName) & InImageName, const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InMargin, const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & InColorAndOpacity, [ESlateBrushImageType::Type](API\Runtime\SlateCore\Styling\ESlateBrushImageType__Type) InImageType )
[]