FastUpdate

Windows
MacOS
Linux

Classes

Enums

Name

Description

Public enum

EWidgetUpdateFlags

Widget update flags for fast path. Work in progress, do not modify

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