Navigation
API > API/Runtime > API/Runtime/SlateCore
| Name | FSlateDebuggingFocusEventArgs |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h |
| Include Path | #include "Debugging/SlateDebugging.h" |
Syntax
struct FSlateDebuggingFocusEventArgs
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSlateDebuggingFocusEventArgs
(
ESlateDebuggingFocusEvent InFocusEventType, |
Debugging/SlateDebugging.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FocusEvent | const FFocusEvent & | Debugging/SlateDebugging.h | ||
| FocusEventType | ESlateDebuggingFocusEvent | Debugging/SlateDebugging.h | ||
| NewFocusedWidget | const TSharedPtr< SWidget > & | Debugging/SlateDebugging.h | ||
| NewFocusedWidgetPath | const FWidgetPath & | Debugging/SlateDebugging.h | ||
| OldFocusedWidget | const TSharedPtr< SWidget > & | Debugging/SlateDebugging.h | ||
| OldFocusedWidgetPath | const FWeakWidgetPath & | Debugging/SlateDebugging.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText ToText() |
Debugging/SlateDebugging.h |