![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for FSlateApplication, including all inherited members.
| ActivateGameViewport() | FSlateApplication | |
| ActiveTimerCS | FSlateApplicationBase | protected |
| AddModalWindow(TSharedRef< SWindow > InSlateWindow, const TSharedPtr< const SWidget > InParentWidget, bool bSlowTaskWindow=false) | FSlateApplication | |
| AddWindow(TSharedRef< SWindow > InSlateWindow, const bool bShowImmediately=true) override | FSlateApplication | virtual |
| AddWindowAsNativeChild(TSharedRef< SWindow > InSlateWindow, TSharedRef< SWindow > InParentWindow, const bool bShowImmediately=true) | FSlateApplication | |
| AllowMoveCursor() | FSlateApplication | |
| AnyMenusVisible() const override | FSlateApplication | virtual |
| AreMenuAnimationsEnabled() const | FSlateApplication | |
| ArrangeWindowToFrontVirtual(TArray< TSharedRef< SWindow > > &Windows, const TSharedRef< SWindow > &WindowToBringToFront) override | FSlateApplication | inlinevirtual |
| bAnyActiveTimersPending | FSlateApplicationBase | protected |
| BeginReshapingWindow(const TSharedRef< FGenericWindow > &PlatformWindow) override | FSlateApplication | virtual |
| bIsSlateAsleep | FSlateApplicationBase | protected |
| CachedDebugTitleSafeRatio | FSlateApplicationBase | protected |
| CachedDisplayMetrics | FSlateApplicationBase | protected |
| CalculatePopupWindowPosition(const FSlateRect &InAnchor, const UE::Slate::FDeprecateVector2DParameter &InSize, bool bAutoAdjustForDPIScale=true, const UE::Slate::FDeprecateVector2DParameter &InProposedPlacement=FVector2f::ZeroVector, const EOrientation Orientation=Orient_Vertical, const EPopupLayoutMode=EPopupLayoutMode::Menu) const | FSlateApplication | virtual |
| CalculateTooltipWindowPosition(const FSlateRect &InAnchorRect, const UE::Slate::FDeprecateVector2DParameter &InSize, bool bAutoAdjustForDPIScale, EPopupCursorOverlapMode CursorOverlapMode=EPopupCursorOverlapMode::PreventOverlap) const | FSlateApplication | virtual |
| CanAddModalWindow() const | FSlateApplication | |
| CancelDragDrop() | FSlateApplication | |
| CanDisplayWindows() const | FSlateApplication | |
| ClearAllUserFocus(EFocusCause ReasonFocusIsChanging=EFocusCause::SetDirectly) | FSlateApplication | |
| ClearKeyboardFocus(const EFocusCause ReasonFocusIsChanging=EFocusCause::SetDirectly) | FSlateApplication | |
| ClearUserFocus(uint32 UserIndex, EFocusCause ReasonFocusIsChanging=EFocusCause::SetDirectly) | FSlateApplication | |
| CloseAllWindowsImmediately() | FSlateApplication | |
| CloseToolTip() | FSlateApplication | |
| Create() | FSlateApplication | static |
| Create(const TSharedRef< class GenericApplication > &InPlatformApplication) | FSlateApplication | static |
| CurrentBaseApplication | FSlateApplicationBase | protectedstatic |
| CursorPointerIndex | FSlateApplicationBase | static |
| CursorUserIndex | FSlateApplicationBase | static |
| CustomSafeZoneRatio | FSlateApplicationBase | protected |
| CustomSafeZoneState | FSlateApplicationBase | protected |
| DECLARE_EVENT_OneParam(FSlateApplication, FSlateTickEvent, float) | FSlateApplication | |
| DECLARE_EVENT_OneParam(FSlateApplication, FUserRegisteredEvent, int32) | FSlateApplication | |
| DECLARE_EVENT_OneParam(FSlateApplication, FOnWindowBeingDestroyed, const SWindow &) | FSlateApplication | |
| DECLARE_EVENT_OneParam(FSlateApplication, FSlateLastUserInteractionTimeUpdateEvent, double) | FSlateApplication | |
| DECLARE_EVENT_OneParam(FSlateApplication, FApplicationActivationStateChangedEvent, const bool) virtual FApplicationActivationStateChangedEvent &OnApplicationActivationStateChanged() | FSlateApplication | inline |
| DECLARE_EVENT_OneParam(FSlateApplication, FOnModalLoopTickEvent, float) | FSlateApplication | |
| FSlateApplicationBase::DECLARE_EVENT_OneParam(FSlateApplicationBase, FOnInvalidateAllWidgets, bool) | FSlateApplicationBase | |
| FSlateApplicationBase::DECLARE_EVENT_OneParam(FSlateApplicationBase, FOnGlobalInvalidationToggled, bool) | FSlateApplicationBase | |
| DECLARE_MULTICAST_DELEGATE_FiveParams(FOnFocusChanging, const FFocusEvent &, const FWeakWidgetPath &, const TSharedPtr< SWidget > &, const FWidgetPath &, const TSharedPtr< SWidget > &) | FSlateApplication | |
| DestroyRenderer() | FSlateApplication | protected |
| DestroyWindowImmediately(TSharedRef< SWindow > WindowToDestroy) | FSlateApplication | |
| DestroyWindowsImmediately() | FSlateApplication | |
| DismissAllMenus() | FSlateApplication | |
| DismissMenu(const TSharedPtr< IMenu > &InFromMenu) | FSlateApplication | |
| DismissMenuByWidget(const TSharedRef< SWidget > &InWidgetInMenu) | FSlateApplication | |
| DoesWidgetHaveMouseCapture(const TSharedPtr< const SWidget > Widget) const override | FSlateApplication | protectedvirtual |
| DoesWidgetHaveMouseCaptureByUser(const TSharedPtr< const SWidget > Widget, int32 UserIndex, TOptional< int32 > PointerIndex) const override | FSlateApplication | protectedvirtual |
| DrawPrepass(TSharedPtr< SWindow > DrawOnlyThisWindow) | FSlateApplication | protected |
| DrawWindowAndChildren(const TSharedRef< SWindow > &WindowToDraw, struct FDrawWindowArgs &DrawWindowArgs) | FSlateApplication | protected |
| DrawWindows() | FSlateApplication | protected |
| ECustomSafeZoneState enum name | FSlateApplicationBase | protected |
| EnableMenuAnimations(const bool bEnableAnimations) | FSlateApplication | |
| EnterDebuggingMode() | FSlateApplication | |
| ExternalModalStart() | FSlateApplication | |
| ExternalModalStop() | FSlateApplication | |
| ExternalUIChange(bool bIsOpening) | FSlateApplication | inline |
| FEventRouter | FSlateApplication | friend |
| FindBestParentWindowForDialogs(const TSharedPtr< SWidget > &InWidget, const ESlateParentWindowSearchMethod InParentWindowSearchMethod=ESlateParentWindowSearchMethod::ActiveWindow) | FSlateApplication | |
| FindBestParentWindowHandleForDialogs(const TSharedPtr< SWidget > &InWidget, const ESlateParentWindowSearchMethod InParentWindowSearchMethod=ESlateParentWindowSearchMethod::ActiveWindow) | FSlateApplication | |
| FindInputPreProcessor(TSharedPtr< class IInputProcessor > InputProcessor) const | FSlateApplication | |
| FindInputPreProcessor(TSharedPtr< class IInputProcessor > InputProcessor, const EInputPreProcessorType &Type) const | FSlateApplication | |
| FindMenuInWidgetPath(const FWidgetPath &InWidgetPath) const | FSlateApplication | |
| FindOrCreateVirtualUser(int32 VirtualUserIndex) | FSlateApplication | |
| FindPathToWidget(TSharedRef< const SWidget > InWidget, FWidgetPath &OutWidgetPath, EVisibility VisibilityFilter=EVisibility::Visible) override | FSlateApplication | inlinevirtual |
| FindWidgetWindow(TSharedRef< const SWidget > InWidget) const override | FSlateApplication | virtual |
| FindWidgetWindow(TSharedRef< const SWidget > InWidget, FWidgetPath &OutWidgetPath) const | FSlateApplication | |
| FinishedInputThisFrame() | FSlateApplication | |
| FinishedReshapingWindow(const TSharedRef< FGenericWindow > &PlatformWindow) override | FSlateApplication | virtual |
| FlushRenderState() | FSlateApplication | |
| ForceRedrawWindow(const TSharedRef< SWindow > &InWindowToDraw) | FSlateApplication | |
| ForEachUser(TFunctionRef< void(FSlateUser &)> InPredicate, bool bIncludeVirtualUsers=false) | FSlateApplication | |
| ForEachUser(TFunctionRef< void(FSlateUser *)> InPredicate, bool bIncludeVirtualUsers=false) | FSlateApplication | |
| FSlateApplicationBase() | FSlateApplicationBase | |
| GeneratePathToWidgetChecked(TSharedRef< const SWidget > InWidget, FWidgetPath &OutWidgetPath, EVisibility VisibilityFilter=EVisibility::Visible) const | FSlateApplication | |
| GeneratePathToWidgetUnchecked(TSharedRef< const SWidget > InWidget, FWidgetPath &OutWidgetPath, EVisibility VisibilityFilter=EVisibility::Visible) const | FSlateApplication | |
| Get() | FSlateApplication | inlinestatic |
| GetActiveModalWindow() const | FSlateApplication | |
| GetActiveTopLevelRegularWindow() const override | FSlateApplication | virtual |
| GetActiveTopLevelWindow() const override | FSlateApplication | virtual |
| GetAllowTooltips() const | FSlateApplication | |
| GetAllVisibleChildWindows(TArray< TSharedRef< SWindow > > &OutWindows, TSharedRef< SWindow > CurrentWindow) | FSlateApplication | protected |
| GetAllVisibleWindowsOrdered(TArray< TSharedRef< SWindow > > &OutWindows) | FSlateApplication | |
| GetAppIcon() const override | FSlateApplication | virtual |
| GetAppIconSmall() const override | FSlateApplication | virtual |
| GetApplicationScale() const override | FSlateApplication | inlinevirtual |
| GetAverageDeltaTime() const | FSlateApplication | inline |
| GetAverageDeltaTimeForResponsiveness() const | FSlateApplication | inline |
| GetCachedDisplayMetrics(FDisplayMetrics &OutDisplayMetrics) const | FSlateApplicationBase | |
| GetCurrentDebugContextWidget() const override | FSlateApplication | virtual |
| GetCurrentDrawId() const | FSlateApplication | |
| GetCurrentTime() const override | FSlateApplication | inlinevirtual |
| GetCursorPos() const override | FSlateApplication | virtual |
| GetCursorRadius() const | FSlateApplication | |
| GetCursorSize() const override | FSlateApplication | virtual |
| GetCursorUser() const | FSlateApplication | inline |
| GetCursorUser() | FSlateApplication | inline |
| GetCustomSafeZone() const | FSlateApplicationBase | inline |
| GetDeltaTime() const | FSlateApplication | inline |
| GetDisplayMetrics(FDisplayMetrics &OutDisplayMetrics) | FSlateApplicationBase | |
| GetDragDroppingContent() const | FSlateApplication | |
| GetDragTriggerDistance() const | FSlateApplication | |
| GetDragTriggerDistanceSquared() const | FSlateApplication | |
| GetFixedDeltaTime() | FSlateApplication | inlinestatic |
| GetGameViewport() const | FSlateApplication | |
| GetGlobalTabManager() | FSlateApplication | static |
| GetHandleDeviceInputWhenApplicationNotActive() const | FSlateApplication | inline |
| GetHitTesting() const | FSlateApplicationBase | |
| GetInitialDisplayMetrics(FDisplayMetrics &OutDisplayMetrics) const | FSlateApplication | inlinevirtual |
| GetInputDeviceIdForKeyboard() const | FSlateApplication | |
| GetInputDeviceIdForMouse() const | FSlateApplication | |
| GetInputInterface() const | FSlateApplication | inline |
| GetInteractiveTopLevelWindows() | FSlateApplication | |
| GetKeyboardFocusedWidget() const override | FSlateApplication | virtual |
| GetLastCursorPos() const override | FSlateApplication | virtual |
| GetLastUserInteractionTime() const | FSlateApplication | inline |
| GetLastUserInteractionTimeUpdateEvent() | FSlateApplication | inline |
| GetMenuHostWidget() const | FSlateApplication | |
| GetModifierKeys() const | FSlateApplication | |
| GetMouseCaptorImpl() const override | FSlateApplication | protectedvirtual |
| GetMouseCaptureWindow() const | FSlateApplication | virtual |
| GetNavigationActionForKey(const FKey &InKey) const override | FSlateApplication | virtual |
| GetNavigationActionFromKey(const FKeyEvent &InKeyEvent) const override | FSlateApplication | virtual |
| GetNavigationConfig() const | FSlateApplication | inline |
| GetNavigationDirectionFromAnalog(const FAnalogInputEvent &InAnalogEvent) override | FSlateApplication | virtual |
| GetNavigationDirectionFromKey(const FKeyEvent &InKeyEvent) const override | FSlateApplication | virtual |
| GetNormalExecutionAttribute() const | FSlateApplication | inline |
| GetOnModalLoopTickEvent() | FSlateApplication | inline |
| GetOrCreateUser(int32 UserIndex) | FSlateApplication | protected |
| GetOrCreateUser(FPlatformUserId PlatformUserId) | FSlateApplication | protected |
| GetOrCreateUser(FInputDeviceId DeviceId) | FSlateApplication | protected |
| GetOrCreateUser(const FInputEvent &InputEvent) | FSlateApplication | inlineprotected |
| GetPlatformApplication() const | FSlateApplicationBase | inlinevirtual |
| GetPlatformApplication() | FSlateApplicationBase | inline |
| GetPlatformCursor() | FSlateApplicationBase | inline |
| GetPopupSupport() | FSlateApplication | inline |
| GetPreferredWorkArea() const override | FSlateApplication | virtual |
| GetPressedMouseButtons() const | FSlateApplication | |
| GetRelevantNavConfig(int32 UserIndex) const | FSlateApplication | protected |
| GetRenderer() const | FSlateApplicationBase | inline |
| GetRootStyle() const | FSlateApplication | |
| GetSafeZoneRatio(FMargin &SafeZoneRatio) | FSlateApplicationBase | protected |
| GetSafeZoneSize(FMargin &SafeZone, const UE::Slate::FDeprecateVector2DParameter &OverrideSize) | FSlateApplicationBase | |
| GetSizeLimitsForWindow(const TSharedRef< FGenericWindow > &Window) const override | FSlateApplication | virtual |
| GetSoftwareCursorAvailable() const override | FSlateApplication | inlinevirtual |
| GetSoftwareCursorVis() const override | FSlateApplication | virtual |
| GetSoundDuration(const FSlateSound &Sound) const | FSlateApplication | |
| GetTextInputMethodSystem() const | FSlateApplication | inline |
| GetTopLevelWindows() const override | FSlateApplication | inlinevirtual |
| GetTransformFullscreenMouseInput() const | FSlateApplication | |
| GetUser(int32 UserIndex) const | FSlateApplication | inline |
| GetUser(int32 UserIndex) | FSlateApplication | inline |
| GetUser(FPlatformUserId PlatformUser) | FSlateApplication | |
| GetUser(const FInputEvent &InputEvent) const | FSlateApplication | inline |
| GetUser(const FInputEvent &InputEvent) | FSlateApplication | inline |
| GetUserFocusedWidget(uint32 UserIndex) const override | FSlateApplication | virtual |
| GetUserFromControllerId(int32 ControllerId) | FSlateApplication | inline |
| GetUserFromControllerId(int32 ControllerId) const | FSlateApplication | inline |
| GetUserFromPlatformUser(FPlatformUserId PlatformUser) | FSlateApplication | |
| GetUserFromPlatformUser(FPlatformUserId PlatformUser) const | FSlateApplication | |
| GetUserIndexForController(int32 ControllerId) const | FSlateApplication | |
| GetUserIndexForController(int32 ControllerId, FKey InKey) const | FSlateApplication | |
| GetUserIndexForInputDevice(FInputDeviceId InputDeviceId) const | FSlateApplication | |
| GetUserIndexForKeyboard() const | FSlateApplication | |
| GetUserIndexForMouse() const | FSlateApplication | |
| GetUserIndexForPlatformUser(FPlatformUserId PlatformUser) const | FSlateApplication | |
| GetVisibleMenuWindow() const | FSlateApplication | |
| GetWindowTransparencySupport() const override | FSlateApplication | inlinevirtual |
| GetWindowZoneForPoint(const TSharedRef< FGenericWindow > &PlatformWindow, const int32 X, const int32 Y) override | FSlateApplication | virtual |
| GetWorkArea(const FSlateRect &InRect) const | FSlateApplication | |
| GotoLineInSource(const FString &FileName, int32 LineNumber) const | FSlateApplication | |
| HandleDPIScaleChanged(const TSharedRef< FGenericWindow > &Window) override | FSlateApplication | virtual |
| HasAnyMouseCaptor() const override | FSlateApplication | virtual |
| HasAnyUserFocus(const TSharedPtr< const SWidget > Widget) const override | FSlateApplication | protectedvirtual |
| HasFocusedDescendants(const TSharedRef< const SWidget > &Widget) const override | FSlateApplication | virtual |
| HasOpenSubMenus(TSharedPtr< IMenu > InMenu) const | FSlateApplication | |
| HasTraveledFarEnoughToTriggerDrag(const FPointerEvent &PointerEvent, const UE::Slate::FDeprecateVector2DParameter ScreenSpaceOrigin) const | FSlateApplication | |
| HasTraveledFarEnoughToTriggerDrag(const FPointerEvent &PointerEvent, const UE::Slate::FDeprecateVector2DParameter ScreenSpaceOrigin, EOrientation Orientation) const | FSlateApplication | |
| HasUserFocus(const TSharedPtr< const SWidget > Widget, int32 UserIndex) const override | FSlateApplication | protectedvirtual |
| HasUserFocusedDescendants(const TSharedRef< const SWidget > &Widget, int32 UserIndex) const override | FSlateApplication | virtual |
| HasUserMouseCapture(int32 UserIndex) const override | FSlateApplication | virtual |
| HitTesting | FSlateApplicationBase | protected |
| InitHighDPI(const bool bForceEnable) | FSlateApplication | static |
| InitializeAsStandaloneApplication(const TSharedRef< class FSlateRenderer > &PlatformRenderer) | FSlateApplication | static |
| InitializeAsStandaloneApplication(const TSharedRef< class FSlateRenderer > &PlatformRenderer, const TSharedRef< class GenericApplication > &InPlatformApplication) | FSlateApplication | static |
| InitializeCoreStyle() | FSlateApplication | static |
| InitializeRenderer(TSharedRef< FSlateRenderer > InRenderer, bool bQuietMode=false) | FSlateApplication | virtual |
| InitializeSound(const TSharedRef< ISlateSoundDevice > &InSlateSoundDevice) | FSlateApplication | virtual |
| InKismetDebuggingMode() const | FSlateApplication | inline |
| InvalidateAllViewports() | FSlateApplication | |
| InvalidateAllWidgets(bool bClearResourcesImmediately) const | FSlateApplicationBase | |
| IsActive() const override | FSlateApplication | inlinevirtual |
| IsCustomSafeZoneSet() const | FSlateApplicationBase | |
| IsDragDropping() const | FSlateApplication | |
| IsDragDroppingAffected(const FPointerEvent &InPointerEvent) const | FSlateApplication | |
| IsExternalUIOpened() override | FSlateApplication | virtual |
| IsFakingTouchEvents() const | FSlateApplication | |
| IsGamepadAttached() const | FSlateApplication | inline |
| IsInitialized() | FSlateApplication | inlinestatic |
| IsLastDragOnDragEnterDisabled() const | FSlateApplication | |
| IsMouseAttached() const | FSlateApplication | inline |
| IsNormalExecution() const | FSlateApplication | inline |
| IsProcessingInput() const | FSlateApplication | inline |
| IsRenderingOffScreen() const | FSlateApplication | inline |
| IsRunningAtTargetFrameRate() const | FSlateApplication | |
| IsSlateAsleep() | FSlateApplicationBase | |
| IsTicking() const | FSlateApplication | |
| IsUsingHighPrecisionMouseMovment() const | FSlateApplication | inline |
| IsUsingTrackpad() const | FSlateApplication | inline |
| IsWidgetDirectlyHovered(const TSharedPtr< const SWidget > Widget) const override | FSlateApplication | protectedvirtual |
| IsWindowHousingInteractiveTooltip(const TSharedRef< const SWindow > &WindowToTest) const override | FSlateApplication | virtual |
| IsWindowInDestroyQueue(TSharedRef< SWindow > Window) const | FSlateApplication | |
| LeaveDebuggingMode(bool bLeavingDebugForSingleStep=false) | FSlateApplication | |
| LocateWidgetInWindow(UE::Slate::FDeprecateVector2DParameter ScreenspaceMouseCoordinate, const TSharedRef< SWindow > &Window, bool bIgnoreEnabledStatus, int32 UserIndex) const override | FSlateApplication | protectedvirtual |
| LocateWindowUnderMouse(UE::Slate::FDeprecateVector2DParameter ScreenspaceMouseCoordinate, const TArray< TSharedRef< SWindow > > &Windows, bool bIgnoreEnabledStatus=false, int32 UserIndex=INDEX_NONE) override | FSlateApplication | virtual |
| MakeImage(const TAttribute< const FSlateBrush * > &Image, const TAttribute< FSlateColor > &Color, const TAttribute< EVisibility > &Visibility) const override | FSlateApplication | virtual |
| MakeToolTip(const TAttribute< FText > &ToolTipText) override | FSlateApplication | virtual |
| MakeToolTip(const FText &ToolTipText) override | FSlateApplication | virtual |
| MakeWindowTitleBar(const FWindowTitleBarArgs &InArgs, TSharedPtr< IWindowTitleBar > &OutTitleBar) const override | FSlateApplication | virtual |
| NativeApp_ShowKeyboard(bool bShow, FString InitialString="", int32 SelectionStart=-1, int32 SelectionEnd=-1) | FSlateApplication | inlinevirtual |
| NavigateFromWidget(const uint32 InUserIndex, TSharedPtr< SWidget > InNavigationSource, const TArray< EUINavigation > &InNavigationTypes) | FSlateApplication | |
| NavigateFromWidgetUnderCursor(const uint32 InUserIndex, EUINavigation InNavigationType, TSharedRef< SWindow > InWindow) | FSlateApplication | |
| NavigateToWidget(const uint32 UserIndex, const TSharedPtr< SWidget > &NavigationDestination, ENavigationSource NavigationSource=ENavigationSource::FocusedWidget, EUINavigation NavigationType=EUINavigation::Invalid) | FSlateApplication | |
| OnApplicationActivationChanged(const bool IsActive) override | FSlateApplication | virtual |
| OnBeginGesture() | FGenericApplicationMessageHandler | inlinevirtual |
| OnControllerAnalog(FGamepadKeyNames::Type KeyName, FPlatformUserId PlatformUserId, FInputDeviceId InputDeviceId, float AnalogValue) override | FSlateApplication | virtual |
| OnControllerButtonPressed(FGamepadKeyNames::Type KeyName, FPlatformUserId PlatformUserId, FInputDeviceId InputDeviceId, bool IsRepeat) override | FSlateApplication | virtual |
| OnControllerButtonReleased(FGamepadKeyNames::Type KeyName, FPlatformUserId PlatformUserId, FInputDeviceId InputDeviceId, bool IsRepeat) override | FSlateApplication | virtual |
| OnConvertibleLaptopModeChanged() override | FSlateApplication | virtual |
| OnCursorSet() override | FSlateApplication | virtual |
| OnDragDrop(const TSharedPtr< FGenericWindow > &Window) override | FSlateApplication | virtual |
| OnDragEnter(const TSharedRef< SWindow > &Window, const TSharedRef< FExternalDragOperation > &DragDropOperation) | FSlateApplication | |
| OnDragEnterExternal(const TSharedRef< FGenericWindow > &Window, const FString &Text, const TArray< FString > &Files) override | FSlateApplication | virtual |
| OnDragEnterFiles(const TSharedRef< FGenericWindow > &Window, const TArray< FString > &Files) override | FSlateApplication | virtual |
| OnDragEnterText(const TSharedRef< FGenericWindow > &Window, const FString &Text) override | FSlateApplication | virtual |
| OnDragLeave(const TSharedPtr< FGenericWindow > &Window) override | FSlateApplication | virtual |
| OnDragOver(const TSharedPtr< FGenericWindow > &Window) override | FSlateApplication | virtual |
| OnEndGesture() | FGenericApplicationMessageHandler | inlinevirtual |
| OnFocusChanging() | FSlateApplication | inline |
| OnGlobalInvalidationToggled() | FSlateApplicationBase | inline |
| OnGlobalInvalidationToggledEvent | FSlateApplicationBase | protected |
| OnInputLanguageChanged() override | FSlateApplication | virtual |
| OnInvalidateAllWidgets() | FSlateApplicationBase | inline |
| OnInvalidateAllWidgetsEvent | FSlateApplicationBase | protected |
| OnKeyChar(const TCHAR Character, const bool IsRepeat) override | FSlateApplication | virtual |
| OnKeyDown(const int32 KeyCode, const uint32 CharacterCode, const bool IsRepeat) override | FSlateApplication | virtual |
| OnKeyUp(const int32 KeyCode, const uint32 CharacterCode, const bool IsRepeat) override | FSlateApplication | virtual |
| OnMenuBeingDestroyed() | FSlateApplication | inline |
| OnMotionDetected(const FVector &Tilt, const FVector &RotationRate, const FVector &Gravity, const FVector &Acceleration, FPlatformUserId PlatformUserId, FInputDeviceId InputDeviceId) override | FSlateApplication | virtual |
| FGenericApplicationMessageHandler::OnMotionDetected(const FVector &Tilt, const FVector &RotationRate, const FVector &Gravity, const FVector &Acceleration, int32 ControllerId) | FGenericApplicationMessageHandler | inlinevirtual |
| OnMouseDoubleClick(const TSharedPtr< FGenericWindow > &PlatformWindow, const EMouseButtons::Type Button) override | FSlateApplication | virtual |
| OnMouseDoubleClick(const TSharedPtr< FGenericWindow > &PlatformWindow, const EMouseButtons::Type Button, const FVector2D CursorPos) override | FSlateApplication | virtual |
| OnMouseDown(const TSharedPtr< FGenericWindow > &PlatformWindow, const EMouseButtons::Type Button) override | FSlateApplication | virtual |
| OnMouseDown(const TSharedPtr< FGenericWindow > &PlatformWindow, const EMouseButtons::Type Button, const FVector2D CursorPos) override | FSlateApplication | virtual |
| OnMouseMove() override | FSlateApplication | virtual |
| OnMouseUp(const EMouseButtons::Type Button) override | FSlateApplication | virtual |
| OnMouseUp(const EMouseButtons::Type Button, const FVector2D CursorPos) override | FSlateApplication | virtual |
| OnMouseWheel(const float Delta) override | FSlateApplication | virtual |
| OnMouseWheel(const float Delta, const FVector2D CursorPos) override | FSlateApplication | virtual |
| OnMovedWindow(const TSharedRef< FGenericWindow > &PlatformWindow, const int32 X, const int32 Y) override | FSlateApplication | virtual |
| OnOSPaint(const TSharedRef< FGenericWindow > &PlatformWindow) override | FSlateApplication | virtual |
| OnPostTick() | FSlateApplication | inline |
| OnPreShutdown() | FSlateApplication | inline |
| OnPreTick() | FSlateApplication | inline |
| OnRawMouseMove(const int32 X, const int32 Y) override | FSlateApplication | virtual |
| OnResizingWindow(const TSharedRef< FGenericWindow > &PlatformWindow) override | FSlateApplication | virtual |
| OnShutdown() | FSlateApplication | protected |
| OnSizeChanged(const TSharedRef< FGenericWindow > &PlatformWindow, const int32 Width, const int32 Height, bool bWasMinimized=false) override | FSlateApplication | virtual |
| OnTouchEnded(const FVector2D &Location, int32 TouchIndex, FPlatformUserId PlatformUserId, FInputDeviceId DeviceID) override | FSlateApplication | virtual |
| FGenericApplicationMessageHandler::OnTouchEnded(const FVector2D &Location, int32 TouchIndex, int32 ControllerId) | FGenericApplicationMessageHandler | inlinevirtual |
| OnTouchFirstMove(const FVector2D &Location, float Force, int32 TouchIndex, FPlatformUserId PlatformUserId, FInputDeviceId DeviceID) override | FSlateApplication | virtual |
| FGenericApplicationMessageHandler::OnTouchFirstMove(const FVector2D &Location, float Force, int32 TouchIndex, int32 ControllerId) | FGenericApplicationMessageHandler | inlinevirtual |
| OnTouchForceChanged(const FVector2D &Location, float Force, int32 TouchIndex, FPlatformUserId PlatformUserId, FInputDeviceId DeviceID) override | FSlateApplication | virtual |
| FGenericApplicationMessageHandler::OnTouchForceChanged(const FVector2D &Location, float Force, int32 TouchIndex, int32 ControllerId) | FGenericApplicationMessageHandler | inlinevirtual |
| OnTouchGesture(EGestureEvent GestureType, const FVector2D &Delta, float WheelDelta, bool bIsDirectionInvertedFromDevice) override | FSlateApplication | virtual |
| OnTouchMoved(const FVector2D &Location, float Force, int32 TouchIndex, FPlatformUserId PlatformUserId, FInputDeviceId DeviceID) override | FSlateApplication | virtual |
| FGenericApplicationMessageHandler::OnTouchMoved(const FVector2D &Location, float Force, int32 TouchIndex, int32 ControllerId) | FGenericApplicationMessageHandler | inlinevirtual |
| OnTouchStarted(const TSharedPtr< FGenericWindow > &Window, const FVector2D &Location, float Force, int32 TouchIndex, FPlatformUserId PlatformUserId, FInputDeviceId DeviceId) override | FSlateApplication | virtual |
| FGenericApplicationMessageHandler::OnTouchStarted(const TSharedPtr< FGenericWindow > &Window, const FVector2D &Location, float Force, int32 TouchIndex, int32 ControllerId) | FGenericApplicationMessageHandler | inlinevirtual |
| OnUserRegistered() | FSlateApplication | inline |
| OnWindowAction(const TSharedRef< FGenericWindow > &PlatformWindow, const EWindowAction::Type InActionType) override | FSlateApplication | virtual |
| OnWindowActivationChanged(const TSharedRef< FGenericWindow > &PlatformWindow, const EWindowActivation ActivationType) override | FSlateApplication | virtual |
| OnWindowBeingDestroyed() | FSlateApplication | inline |
| OnWindowClose(const TSharedRef< FGenericWindow > &PlatformWindow) override | FSlateApplication | virtual |
| OverridePlatformApplication(TSharedPtr< class GenericApplication > InPlatformApplication) | FSlateApplication | |
| OverridePlatformTextField(TUniquePtr< IPlatformTextField > PlatformTextField) | FSlateApplication | |
| PlatformApplication | FSlateApplicationBase | protectedstatic |
| PlaySound(const FSlateSound &SoundToPlay, int32 UserIndex=0) const | FSlateApplication | |
| PollGameDeviceState() | FSlateApplication | |
| PrivateDrawWindows(TSharedPtr< SWindow > DrawOnlyThisWindow=nullptr) | FSlateApplication | protected |
| ProcessAnalogInputEvent(const FAnalogInputEvent &InAnalogInputEvent) | FSlateApplication | |
| ProcessApplicationActivationEvent(bool InAppActivated) | FSlateApplication | |
| ProcessCursorReply(const FCursorReply &CursorReply) | FSlateApplication | |
| ProcessDragEnterEvent(TSharedRef< SWindow > WindowEntered, const FDragDropEvent &DragDropEvent) | FSlateApplication | |
| ProcessExternalReply(const FWidgetPath &CurrentEventPath, const FReply TheReply, const int32 UserIndex=0, const int32 PointerIndex=10) | FSlateApplication | |
| ProcessKeyCharEvent(const FCharacterEvent &InCharacterEvent) | FSlateApplication | |
| ProcessKeyDownEvent(const FKeyEvent &InKeyEvent) | FSlateApplication | |
| ProcessKeyUpEvent(const FKeyEvent &InKeyEvent) | FSlateApplication | |
| ProcessMotionDetectedEvent(const FMotionEvent &InMotionEvent) | FSlateApplication | |
| ProcessMouseButtonDoubleClickEvent(const TSharedPtr< FGenericWindow > &PlatformWindow, const FPointerEvent &InMouseEvent) | FSlateApplication | |
| ProcessMouseButtonDownEvent(const TSharedPtr< FGenericWindow > &PlatformWindow, const FPointerEvent &InMouseEvent) | FSlateApplication | |
| ProcessMouseButtonUpEvent(const FPointerEvent &MouseEvent) | FSlateApplication | |
| ProcessMouseMoveEvent(const FPointerEvent &MouseEvent, bool bIsSynthetic=false) | FSlateApplication | |
| ProcessMouseWheelOrGestureEvent(const FPointerEvent &InWheelEvent, const FPointerEvent *InGestureEvent) | FSlateApplication | |
| ProcessReply(const FWidgetPath &CurrentEventPath, const FReply &TheReply, const FWidgetPath *WidgetsUnderMouse, const FPointerEvent *InMouseEvent, const uint32 UserIndex=0) | FSlateApplication | |
| ProcessTouchEndedEvent(const FPointerEvent &InTouchEvent) | FSlateApplication | |
| ProcessTouchMovedEvent(const FPointerEvent &InTouchEvent) | FSlateApplication | |
| ProcessTouchStartedEvent(const TSharedPtr< FGenericWindow > &PlatformWindow, const FPointerEvent &InTouchEvent) | FSlateApplication | |
| ProcessWindowActivatedEvent(const FWindowActivateEvent &ActivateEvent) | FSlateApplication | |
| PumpMessages() | FSlateApplication | |
| PushHostedMenu(const TSharedRef< SWidget > &InParentWidget, const FWidgetPath &InOwnerPath, const TSharedRef< IMenuHost > &InMenuHost, const TSharedRef< SWidget > &InContent, TSharedPtr< SWidget > &OutWrappedContent, const FPopupTransitionEffect &TransitionEffect, EShouldThrottle ShouldThrottle, const bool bIsCollapsedByParent=true) | FSlateApplication | |
| PushHostedMenu(const TSharedPtr< IMenu > &InParentMenu, const TSharedRef< IMenuHost > &InMenuHost, const TSharedRef< SWidget > &InContent, TSharedPtr< SWidget > &OutWrappedContent, const FPopupTransitionEffect &TransitionEffect, EShouldThrottle ShouldThrottle, const bool bIsCollapsedByParent=true) | FSlateApplication | |
| PushMenu(const TSharedRef< SWidget > &InParentWidget, const FWidgetPath &InOwnerPath, const TSharedRef< SWidget > &InContent, const UE::Slate::FDeprecateVector2DParameter &SummonLocation, const FPopupTransitionEffect &TransitionEffect, const bool bFocusImmediately=true, const UE::Slate::FDeprecateVector2DParameter &SummonLocationSize=FVector2f::ZeroVector, TOptional< EPopupMethod > Method=TOptional< EPopupMethod >(), const bool bIsCollapsedByParent=true, const int32 FocusUserIndex=INDEX_NONE) | FSlateApplication | |
| PushMenu(const TSharedPtr< IMenu > &InParentMenu, const TSharedRef< SWidget > &InContent, const UE::Slate::FDeprecateVector2DParameter &SummonLocation, const FPopupTransitionEffect &TransitionEffect, const bool bFocusImmediately=true, const UE::Slate::FDeprecateVector2DParameter &SummonLocationSize=FVector2f::ZeroVector, const bool bIsCollapsedByParent=true, const int32 FocusUserIndex=INDEX_NONE) | FSlateApplication | |
| QueryCursor() | FSlateApplication | |
| RegisterGameViewport(TSharedRef< SViewport > InViewport) | FSlateApplication | |
| RegisterInputPreProcessor(TSharedPtr< class IInputProcessor > InputProcessor) | FSlateApplication | |
| RegisterInputPreProcessor(TSharedPtr< class IInputProcessor > InputProcessor, const int32 Index) | FSlateApplication | |
| RegisterInputPreProcessor(TSharedPtr< class IInputProcessor > InputProcessor, const EInputPreProcessorType Type) | FSlateApplication | |
| RegisterInputPreProcessor(TSharedPtr< class IInputProcessor > InputProcessor, const FInputPreprocessorRegistrationKey &Info) | FSlateApplication | |
| RegisterNewUser(int32 UserIndex, bool bIsVirtual=false) | FSlateApplication | protected |
| RegisterNewUser(FPlatformUserId PlatformUserId, bool bIsVirtual=false) | FSlateApplication | protected |
| RegisterOnWindowActionNotification(const FOnWindowAction &Notification) | FSlateApplication | |
| RegisterViewport(TSharedRef< SViewport > InViewport) | FSlateApplication | |
| RegisterVirtualWindow(TSharedRef< SWindow > InWindow) | FSlateApplication | |
| ReleaseAllPointerCapture() | FSlateApplication | |
| ReleaseAllPointerCapture(int32 UserIndex) | FSlateApplication | |
| ReleaseMouseCapture() | FSlateApplication | |
| ReleaseMouseCaptureForUser(int32 UserIndex) | FSlateApplication | |
| Renderer | FSlateApplicationBase | protected |
| RequestDestroyWindow(TSharedRef< SWindow > WindowToDestroy) override | FSlateApplication | virtual |
| ResetCustomSafeZone() | FSlateApplicationBase | |
| ResetToDefaultInputSettings() | FSlateApplication | |
| ResetToDefaultPointerInputSettings() | FSlateApplication | |
| RouteMouseWheelOrGestureEvent(const FWidgetPath &WidgetsUnderPointer, const FPointerEvent &InWheelEvent, const FPointerEvent *InGestureEvent=nullptr) | FSlateApplication | |
| RoutePointerDoubleClickEvent(const FWidgetPath &WidgetsUnderPointer, const FPointerEvent &PointerEvent) | FSlateApplication | |
| RoutePointerDownEvent(const FWidgetPath &WidgetsUnderPointer, const FPointerEvent &PointerEvent) | FSlateApplication | |
| RoutePointerMoveEvent(const FWidgetPath &WidgetsUnderPointer, const FPointerEvent &PointerEvent, bool bIsSynthetic) | FSlateApplication | |
| RoutePointerUpEvent(const FWidgetPath &WidgetsUnderPointer, const FPointerEvent &PointerEvent) | FSlateApplication | |
| SetAllowTooltips(bool bCanShow) | FSlateApplication | |
| SetAllUserFocus(const TSharedPtr< SWidget > &WidgetToFocus, EFocusCause ReasonFocusIsChanging=EFocusCause::SetDirectly) | FSlateApplication | |
| SetAllUserFocus(const FWidgetPath &InFocusPath, const EFocusCause InCause) override | FSlateApplication | virtual |
| SetAllUserFocusAllowingDescendantFocus(const FWidgetPath &InFocusPath, const EFocusCause InCause) override | FSlateApplication | virtual |
| SetAllUserFocusToGameViewport(EFocusCause ReasonFocusIsChanging=EFocusCause::SetDirectly) | FSlateApplication | |
| SetAppIcon(const FSlateBrush *const InAppIcon) | FSlateApplication | |
| SetApplicationScale(float InScale) | FSlateApplication | inline |
| SetCursorPos(const FVector2D &MouseCoordinate) override | FSlateApplication | virtual |
| SetCursorRadius(float NewRadius) | FSlateApplication | |
| SetCustomSafeZone(const FMargin &InSafeZone) | FSlateApplicationBase | |
| SetDragTriggerDistance(float ScreenPixels) | FSlateApplication | |
| SetExitRequestedHandler(const FSimpleDelegate &OnExitRequestedHandler) | FSlateApplication | |
| SetFixedDeltaTime(double InSeconds) | FSlateApplication | static |
| SetGameAllowsFakingTouchEvents(const bool bAllowFaking) | FSlateApplication | |
| SetGameIsFakingTouchEvents(const bool bIsFaking, FVector2D *CursorLocation=nullptr) | FSlateApplication | |
| SetHandleDeviceInputWhenApplicationNotActive(bool bAllow) | FSlateApplication | inline |
| SetInputManager(TSharedRef< ISlateInputManager > InputManager) | FSlateApplication | |
| SetKeyboardFocus(const TSharedPtr< SWidget > &OptionalWidgetToFocus, EFocusCause ReasonFocusIsChanging=EFocusCause::SetDirectly) | FSlateApplication | |
| SetKeyboardFocus(const FWidgetPath &InFocusPath, const EFocusCause InCause) override | FSlateApplication | virtual |
| SetModalWindowStackEndedDelegate(FModalWindowStackEnded StackEndedDelegate) | FSlateApplication | |
| SetModalWindowStackStartedDelegate(FModalWindowStackStarted StackStartedDelegate) | FSlateApplication | |
| SetNavigationConfig(TSharedRef< FNavigationConfig > InNavigationConfig) | FSlateApplication | |
| SetNavigationConfigFactory(TFunction< TSharedRef< FNavigationConfig >()> InNavigationConfigFactory) | FSlateApplication | inline |
| SetPlatformApplication(const TSharedRef< class GenericApplication > &InPlatformApplication) | FSlateApplication | |
| SetPlatformCursorVisibility(bool bNewVisibility) | FSlateApplication | |
| SetUnhandledKeyDownEventHandler(const FOnKeyEvent &NewHandler) | FSlateApplication | |
| SetUnhandledKeyUpEventHandler(const FOnKeyEvent &NewHandler) | FSlateApplication | |
| SetupPhysicalSensitivities() | FSlateApplication | protected |
| SetUserFocus(uint32 UserIndex, const TSharedPtr< SWidget > &WidgetToFocus, EFocusCause ReasonFocusIsChanging=EFocusCause::SetDirectly) | FSlateApplication | |
| SetUserFocus(const uint32 InUserIndex, const FWidgetPath &InFocusPath, const EFocusCause InCause) override | FSlateApplication | virtual |
| SetUserFocusAllowingDescendantFocus(const uint32 InUserIndex, const FWidgetPath &InFocusPath, const EFocusCause InCause) override | FSlateApplication | virtual |
| SetUserFocusToGameViewport(uint32 UserIndex, EFocusCause ReasonFocusIsChanging=EFocusCause::SetDirectly) | FSlateApplication | |
| SetWidgetReflector(const TSharedRef< IWidgetReflector > &WidgetReflector) | FSlateApplication | |
| SetWidgetReflectorAssetAccessDelegate(FAccessAsset AccessDelegate) | FSlateApplication | inline |
| SetWidgetReflectorQuerySourceAccessDelegate(FQueryAccessSourceCode QueryAccessDelegate) | FSlateApplication | inline |
| SetWidgetReflectorSourceAccessDelegate(FAccessSourceCode AccessDelegate) | FSlateApplication | inline |
| ShouldProcessUserInputMessages(const TSharedPtr< FGenericWindow > &PlatformWindow) const override | FSlateApplication | virtual |
| ShouldSimulateGesture(EGestureEvent Gesture, bool bEnable) override | FSlateApplication | virtual |
| ShouldUsePlatformUserId() const | FGenericApplicationMessageHandler | inlinevirtual |
| ShowSystemHelp() | FSlateApplication | inline |
| ShowUserFocus(const TSharedPtr< const SWidget > Widget) const override | FSlateApplication | protectedvirtual |
| ShowVirtualKeyboard(bool bShow, int32 UserIndex, TSharedPtr< IVirtualKeyboardEntry > TextEntryWidget=nullptr) | FSlateApplication | |
| Shutdown(bool bShutdownPlatform=true) | FSlateApplication | static |
| SignalSystemDPIChanged(const TSharedRef< FGenericWindow > &Window) override | FSlateApplication | virtual |
| SlateAppPrimaryPlatformUser | FSlateApplicationBase | static |
| SpawnToolTip(const TSharedRef< IToolTip > &InToolTip, const UE::Slate::FDeprecateVector2DParameter &InSpawnLocation) | FSlateApplication | |
| SupportsSourceAccess() const | FSlateApplication | |
| SupportsSystemHelp() const | FSlateApplication | inline |
| TakeHDRScreenshot(const TSharedRef< SWidget > &Widget, TArray< FLinearColor > &OutColorData, FIntVector &OutSize) | FSlateApplication | |
| TakeHDRScreenshot(const TSharedRef< SWidget > &Widget, const FIntRect &InnerWidgetArea, TArray< FLinearColor > &OutColorData, FIntVector &OutSize) | FSlateApplication | |
| TakeScreenshot(const TSharedRef< SWidget > &Widget, TArray< FColor > &OutColorData, FIntVector &OutSize) | FSlateApplication | |
| TakeScreenshot(const TSharedRef< SWidget > &Widget, const FIntRect &InnerWidgetArea, TArray< FColor > &OutColorData, FIntVector &OutSize) | FSlateApplication | |
| ThrottleApplicationBasedOnMouseMovement() | FSlateApplication | protected |
| Tick(ESlateTickType TickType=ESlateTickType::All) | FSlateApplication | |
| TickAndDrawWidgets(float DeltaTime) | FSlateApplication | protected |
| TickPlatform(float DeltaTime) | FSlateApplication | protected |
| TickTime() | FSlateApplication | protected |
| ToggleDisableLastDragOnDragEnter(bool bInDisableLastDragOnDragEnter) | FSlateApplication | |
| ToggleGlobalInvalidation(bool bIsGlobalInvalidationEnabled) | FSlateApplicationBase | |
| TransformPointerEvent(const FPointerEvent &PointerEvent, const TSharedPtr< SWindow > &Window) const | FSlateApplication | protected |
| UnregisterGameViewport() | FSlateApplication | |
| UnregisterInputPreProcessor(TSharedPtr< class IInputProcessor > InputProcessor) | FSlateApplication | |
| UnregisterOnWindowActionNotification(FDelegateHandle Handle) | FSlateApplication | |
| UnregisterUser(int32 UserIndex) | FSlateApplication | |
| UnregisterVirtualWindow(TSharedRef< SWindow > InWindow) | FSlateApplication | |
| UpdateAnyActiveTimersArePending() | FSlateApplicationBase | protected |
| UpdateCustomSafeZone(const FMargin &NewSafeZoneRatio, bool bShouldRecacheMetrics) | FSlateApplicationBase | protected |
| UpdateToolTip(bool bAllowSpawningOfNewToolTips) | FSlateApplication | |
| UsePlatformCursorForCursorUser(bool bUsePlatformCursor) | FSlateApplication | |
| ~FGenericApplicationMessageHandler() | FGenericApplicationMessageHandler | inlinevirtual |
| ~FSlateApplication() | FSlateApplication | virtual |
| ~FSlateApplicationBase() | FSlateApplicationBase | inlinevirtual |