FSlateDebuggingWidgetUpdatedEventArgs

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h

Include

#include "Debugging/SlateDebugging.h"

Syntax

struct FSlateDebuggingWidgetUpdatedEventArgs

Variables

Name Description

Public variable

bool

 

bFromPaint

The widget got painted as a side effect of another widget that got painted

Public variable

EWidgetUpdateFl...

 

UpdateFlags

Flag that was set by an invalidation or on the widget directly.

Public variable

const SWidget &...

 

Widget

Constructors

Name Description

Public function

FSlateDebuggingWidgetUpdatedEventArgs

(
    const SWidget* Widget,
    EWidgetUpdateFlags UpdateFlags,
    bool bFromPaint
)

Functions

Name Description

Public function Const

FText

 

ToText()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss