Navigation
API > API/Runtime > API/Runtime/SlateCore
| Name | FSlateDebuggingWidgetUpdatedEventArgs |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h |
| Include Path | #include "Debugging/SlateDebugging.h" |
Syntax
struct FSlateDebuggingWidgetUpdatedEventArgs
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSlateDebuggingWidgetUpdatedEventArgs
(
const SWidget* Widget, |
Debugging/SlateDebugging.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bFromPaint | bool | The widget got painted as a side effect of another widget that got painted | Debugging/SlateDebugging.h | |
| UpdateFlags | EWidgetUpdateFlags | Flag that was set by an invalidation or on the widget directly. | Debugging/SlateDebugging.h | |
| Widget | const SWidget * | Debugging/SlateDebugging.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText ToText() |
Debugging/SlateDebugging.h |