![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateDebugging.h>
Public Member Functions | |
| SLATECORE_API | FSlateDebuggingFocusEventArgs (ESlateDebuggingFocusEvent InFocusEventType, const FFocusEvent &InFocusEvent, const FWeakWidgetPath &InOldFocusedWidgetPath, const TSharedPtr< SWidget > &InOldFocusedWidget, const FWidgetPath &InNewFocusedWidgetPath, const TSharedPtr< SWidget > &InNewFocusedWidget) |
| SLATECORE_API FText | ToText () const |
Public Attributes | |
| ESlateDebuggingFocusEvent | FocusEventType |
| const FFocusEvent & | FocusEvent |
| const FWeakWidgetPath & | OldFocusedWidgetPath |
| const TSharedPtr< SWidget > & | OldFocusedWidget |
| const FWidgetPath & | NewFocusedWidgetPath |
| const TSharedPtr< SWidget > & | NewFocusedWidget |
| SLATECORE_API FSlateDebuggingFocusEventArgs::FSlateDebuggingFocusEventArgs | ( | ESlateDebuggingFocusEvent | InFocusEventType, |
| const FFocusEvent & | InFocusEvent, | ||
| const FWeakWidgetPath & | InOldFocusedWidgetPath, | ||
| const TSharedPtr< SWidget > & | InOldFocusedWidget, | ||
| const FWidgetPath & | InNewFocusedWidgetPath, | ||
| const TSharedPtr< SWidget > & | InNewFocusedWidget | ||
| ) |
| SLATECORE_API FText FSlateDebuggingFocusEventArgs::ToText | ( | ) | const |
| const FFocusEvent& FSlateDebuggingFocusEventArgs::FocusEvent |
| ESlateDebuggingFocusEvent FSlateDebuggingFocusEventArgs::FocusEventType |
| const TSharedPtr<SWidget>& FSlateDebuggingFocusEventArgs::NewFocusedWidget |
| const FWidgetPath& FSlateDebuggingFocusEventArgs::NewFocusedWidgetPath |
| const TSharedPtr<SWidget>& FSlateDebuggingFocusEventArgs::OldFocusedWidget |
| const FWeakWidgetPath& FSlateDebuggingFocusEventArgs::OldFocusedWidgetPath |