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
struct FSlateDebuggingFocusEventArgs
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FFocusEvent & | FocusEvent | ||
| ESlateDebuggingFocusEvent | FocusEventType | ||
| const TSharedPtr< SWidget > & | NewFocusedWidget | ||
| const FWidgetPath & | NewFocusedWidgetPath | ||
| const TSharedPtr< SWidget > & | OldFocusedWidget | ||
| const FWeakWidgetPath & | OldFocusedWidgetPath |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSlateDebuggingFocusEventArgs
(
ESlateDebuggingFocusEvent InFocusEventType, |