Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Debugging
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h |
| Include | #include "Debugging/SlateDebugging.h" |
Syntax
class FSlateDebugging
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BroadcastAttemptNavigation
(
const FNavigationEvent& InNavigationEvent, |
||
| void | BroadcastCursorQuery
(
TSharedPtr< const SWidget > InWidgetOverridingCursor, |
||
| void | |||
| void | BroadcastFocusChanging
(
const FFocusEvent& InFocusEvent, |
||
| void | BroadcastFocusLost
(
const FFocusEvent& InFocusEvent, |
||
| void | BroadcastFocusReceived
(
const FFocusEvent& InFocusEvent, |
||
| void | BroadcastInputEvent
(
ESlateDebuggingInputEvent InputEventType, |
||
| void | BroadcastInputEvent
(
ESlateDebuggingInputEvent InputEventType, |
||
| void | BroadcastInputEvent
(
ESlateDebuggingInputEvent InputEventType, |
||
| void | BroadcastInputEvent
(
ESlateDebuggingInputEvent InputEventType, |
||
| void | BroadcastInputEvent
(
ESlateDebuggingInputEvent InputEventType, |
||
| void | BroadcastInputEvent
(
ESlateDebuggingInputEvent InputEventType, |
||
| void | BroadcastInvalidationRootInvalidate
(
const SWidget* WidgetInvalidated, |
||
| void | BroadcastMouseCapture
(
uint32 UserIndex, |
||
| void | BroadcastMouseCaptureLost
(
uint32 UserIndex, |
||
| void | BroadcastNoReplyInputEvent
(
ESlateDebuggingInputEvent InputEventType, |
||
| void | BroadcastPreProcessInputEvent
(
ESlateDebuggingInputEvent InputEventType, |
||
| void | BroadcastWarning
(
const FText& WarningText, |
||
| void | BroadcastWidgetInvalidate
(
const SWidget* WidgetInvalidated, |
||
| void | BroadcastWidgetUpdated
(
const SWidget* Invalidated, |
||
| void | BroadcastWidgetUpdatedByPaint
(
const SWidget* Invalidated, |
||
| void | ExportWidgetList
(
FStringView Filename |
||
| const TArray< const SWidget * > & | |||
| void | |||
| void |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FScopeProcessInputEvent | |||
| FScopeRouteInputEvent | |||
| IWidgetInputRoutingEvent |
Typedefs
| Name | Description |
|---|---|
| FBeginWidgetPaint | Called just before a widget paints. |
| FBeginWindow | Called when a widget begins painting. |
| FDrawElement | Called as soon as the element is added to the element list. |
| FDrawElementType | Called as soon as the element is added to the element list. |
| FEndWidgetPaint | Called after a widget finishes painting. |
| FEndWindow | Called when a window finishes painting. |
| FPaintDebugElements | Called once the window is drawn (including PaintDeferred). |
| FUICommandRun | |
| FWidgetAttemptNavigationEvent | |
| FWidgetCursorQuery | |
| FWidgetExecuteNavigationEvent | |
| FWidgetFocusEvent | |
| FWidgetInputEvent | |
| FWidgetInvalidate | |
| FWidgetMouseCaptureEvent | |
| FWidgetUpdatedEvent | |
| FWidgetWarningEvent |