No warnings or errors if a UEnum has Bitflags metadata, but no Flags flag.

UE - Gameplay - Blueprint Compiler - Jan 29, 2025

The problem here isn't obvious: the native enum, EAnotherEnum, is missing the Flags flag for the UEnum. As a result, K2Node_GetEnumeratorNameAsString returns the max enum when it gets a combined fla ...

Bitmask ints can't be converted to strings

UE - Gameplay - Blueprint Compiler - Jan 29, 2025

While we do have an auto cast function that handles an int to string conversion, bitmask ints use a "bitmask" subcategory which thwarts are ability to find the cast function. ...

K2Node_GetEnumeratorName doesn't support bitmasks

UE - Gameplay - Blueprint Compiler - Jan 29, 2025

This is almost identical to [Link Removed]. The difference is that we need a variant of UEnum::GetNameByValue that supports bitmasks. We'll likely have to run this by Core. ...

When changing the Visibility of a RetainerBox wrapped widget to “Not Hit-Testable(Self&AllChildren)”, the widget incorrectly accepts the hit test

UE - Editor - UI Systems - UMG - Jan 28, 2025

The result of changing the Visibility of a widget placed as a child of RetainerBox is not reflected. Here we have disabled hittest for the Button widget, but hittest is incorrectly accepted. This is ...

In -game in Editor, if streaming-in a LevelInstance and initialize its world partition, then leaving that cell and make it go outside the streaming grid, to re-enter it again, will trigger a check(!StreamingPolicy) if no GC has happened during that time.

UE - World Creation - Worldbuilding Tools - World Partition - Jan 27, 2025

This crash can be fixed by adding a couple of || IsRunningGame() like it is done here:    FGenerateStreamingContext Context = FGenerateStreamingContext()        .SetLevelPackagesToGenerate((bIsPIE ...

UEditorEngine::AddPendingLateJoinClient checks original PIE/SIE state, not current state

UE - Networking - Jan 27, 2025

When adding late joining clients, the engine checks the originally requested EPlaySessionWorldType, rather than checking whether or not the session is currently simulating or not. This means if the ...

MRQ - Skeletal Mesh motion vector are output only for the last sample of Spatial Sample Count

UE - Anim - Sequencer - MRQ - Jan 24, 2025

Skeletal Mesh motion vectors are output only for the last sample of Spatial Sample Count, while Static Mesh motion vectors are output in all samples. UDN: [Link Removed] Slack thread: [Link Remo ...

VRS Stereo Foveation is not working

UE - Platform - XR - Jan 24, 2025

Steam Sockets cannot create listen socket during non-seamless server travel

UE - Online - Jan 24, 2025

This seems to occur because the original listen socket is still around when the instance tries to create the new one, even though it has been marked for deletion. The issue does not occur when FStea ...

Temporal Super Sampling flickering temporal analysis visualisation mode indicates temporal analysis disabled for all objects on screen

UE - Graphics Features - Jan 24, 2025

This can also be observed while running in PIE mode using the console command "r.TSR.Visualize -2". It is not clear whether it is only the TSR flickering temporal analysis visualization that is exh ...