Go to the source code of this file.
|
| enum class | ESlateDebuggingInputEvent : uint8 {
MouseMove = 0
, MouseEnter
, MouseLeave
, PreviewMouseButtonDown
,
MouseButtonDown
, MouseButtonUp
, MouseButtonDoubleClick
, MouseWheel
,
TouchStart
, TouchEnd
, TouchForceChanged
, TouchFirstMove
,
TouchMoved
, DragDetected
, DragEnter
, DragLeave
,
DragOver
, DragDrop
, DropMessage
, PreviewKeyDown
,
KeyDown
, KeyUp
, KeyChar
, AnalogInput
,
TouchGesture
, MotionDetected
, MAX
} |
| |
| enum class | ESlateDebuggingStateChangeEvent : uint8 { MouseCaptureGained
, MouseCaptureLost
} |
| |
| enum class | ESlateDebuggingNavigationMethod : uint8 {
Unknown
, Explicit
, CustomDelegateBound
, CustomDelegateUnbound
,
NextOrPrevious
, HitTestGrid
} |
| |
| enum class | ESlateDebuggingFocusEvent : uint8 { FocusChanging = 0
, FocusLost
, FocusReceived
, MAX
} |
| |
| enum class | ESlateDebuggingInvalidateRootReason { None = 0
, ChildOrder = 1 << 0
, Root = 1 << 1
, ScreenPosition = 1 << 2
} |
| |
◆ SLATE_CSV_TRACKER
◆ UE_WITH_SLATE_DEBUG_WIDGETLIST
◆ WITH_SLATE_DEBUGGING
◆ ESlateDebuggingFocusEvent
| Enumerator |
|---|
| FocusChanging | |
| FocusLost | |
| FocusReceived | |
| MAX | |
◆ ESlateDebuggingInputEvent
| Enumerator |
|---|
| MouseMove | |
| MouseEnter | |
| MouseLeave | |
| PreviewMouseButtonDown | |
| MouseButtonDown | |
| MouseButtonUp | |
| MouseButtonDoubleClick | |
| MouseWheel | |
| TouchStart | |
| TouchEnd | |
| TouchForceChanged | |
| TouchFirstMove | |
| TouchMoved | |
| DragDetected | |
| DragEnter | |
| DragLeave | |
| DragOver | |
| DragDrop | |
| DropMessage | |
| PreviewKeyDown | |
| KeyDown | |
| KeyUp | |
| KeyChar | |
| AnalogInput | |
| TouchGesture | |
| MotionDetected | |
| MAX | |
◆ ESlateDebuggingInvalidateRootReason
| Enumerator |
|---|
| None | |
| ChildOrder | |
| Root | |
| ScreenPosition | |
◆ ESlateDebuggingNavigationMethod
| Enumerator |
|---|
| Unknown | |
| Explicit | |
| CustomDelegateBound | |
| CustomDelegateUnbound | |
| NextOrPrevious | |
| HitTestGrid | |
◆ ESlateDebuggingStateChangeEvent
| Enumerator |
|---|
| MouseCaptureGained | |
| MouseCaptureLost | |
◆ LexFromString()
◆ LexToString()
◆ LexTryParseString()