![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreMinimal.h"Go to the source code of this file.
Enumerations | |
| enum class | EWidgetUpdateFlags : uint8 { None = 0 , NeedsTick = 1 << 2 , NeedsActiveTimerUpdate = 1 << 3 , NeedsRepaint = 1 << 4 , NeedsVolatilePaint = 1 << 6 , NeedsVolatilePrepass = 1 << 7 , AnyUpdate = 0xff } |
|
strong |
Widget update flags for fast path.