FastUpdate

Windows
MacOS
Linux

Classes

Name

Description

Public struct

FSlateInvalidationContext

Public struct

FSlateInvalidationResult

Public class

FSlateInvalidationRoot

Public struct

FSlateInvalidationRootHandle

Public struct

FSlateInvalidationWidgetIndex

Index of the special container to order widget in InvalidateRoot. See SlateInvalidationWidgetlist.

Public struct

FSlateInvalidationWidgetSortOrder

SlateInvalidationWidgetIndex cannot be used to sort the widget since the ArrayIndex may not be in the expected order.

Public struct

FSlateWidgetPersistentState

Represents the state of a widget from when it last had SWidget::Paint called on it.

Public class

FWidgetProxy

Public class

FWidgetProxyHandle

Enums

Name

Description

Public enum

ESlateInvalidationPaintType

Public enum

EWidgetUpdateFlags

Widget update flags for fast path.

Functions

Name Description

Public function

constexpr bo...

 

operator!

(
    EWidgetUpdateFlags E
)

Public function

constexpr EW...

 

operator&

(
    EWidgetUpdateFlags Lhs,
    EWidgetUpdateFlags Rhs
)

Public function

EWidgetUpdat...

 

operator&=

(
    EWidgetUpdateFlags& Lhs,
    EWidgetUpdateFlags Rhs
)

Public function

constexpr EW...

 

operator^

(
    EWidgetUpdateFlags Lhs,
    EWidgetUpdateFlags Rhs
)

Public function

EWidgetUpdat...

 

operator^=

(
    EWidgetUpdateFlags& Lhs,
    EWidgetUpdateFlags Rhs
)

Public function

constexpr EW...

 

operator|

(
    EWidgetUpdateFlags Lhs,
    EWidgetUpdateFlags Rhs
)

Public function

EWidgetUpdat...

 

operator|=

(
    EWidgetUpdateFlags& Lhs,
    EWidgetUpdateFlags Rhs
)

Public function

constexpr EW...

 

operator~

(
    EWidgetUpdateFlags E
)

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