![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateDebugging.h>
Public Member Functions | |
| SLATECORE_API | FSlateDebuggingWidgetUpdatedEventArgs (const SWidget *Widget, EWidgetUpdateFlags UpdateFlags, bool bFromPaint) |
| SLATECORE_API FText | ToText () const |
Public Attributes | |
| const SWidget * | Widget |
| EWidgetUpdateFlags | UpdateFlags |
| bool | bFromPaint |
| SLATECORE_API FSlateDebuggingWidgetUpdatedEventArgs::FSlateDebuggingWidgetUpdatedEventArgs | ( | const SWidget * | Widget, |
| EWidgetUpdateFlags | UpdateFlags, | ||
| bool | bFromPaint | ||
| ) |
| SLATECORE_API FText FSlateDebuggingWidgetUpdatedEventArgs::ToText | ( | ) | const |
| bool FSlateDebuggingWidgetUpdatedEventArgs::bFromPaint |
The widget got painted as a side effect of another widget that got painted
| EWidgetUpdateFlags FSlateDebuggingWidgetUpdatedEventArgs::UpdateFlags |
Flag that was set by an invalidation or on the widget directly.
| const SWidget* FSlateDebuggingWidgetUpdatedEventArgs::Widget |