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 FSlateDebuggingWidgetUpdatedEventArgs
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bFromPaint | The widget got painted as a side effect of another widget that got painted | |
| EWidgetUpdateFlags | UpdateFlags | Flag that was set by an invalidation or on the widget directly. | |
| const SWidget * | Widget |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSlateDebuggingWidgetUpdatedEventArgs
(
const SWidget* Widget, |