Browsing to a "Packaged Level Actor" does not take to the PackagedLevelActor inside the Content Browser.

UE - Editor - Content Pipeline - Jan 8, 2025

There is a bug inside Unreal Editor when selecting "Browse to Asset" for a Packed Level Actor. Right clicking the Packed Level Actor, all the asset options appear. If you click the "Browse to Asse ...

Editor FPS has significant drop when moving a BSP brush in level with multiple BSPs

UE - AI - Navigation - Jan 8, 2025

Editor performance plummets when moving BSP brushes in a level with several other BSP brushes present. Navmesh regeneration is the main cause as the full bounds for all BSP are used to determine whi ...

Missing texture assets cause warnings on editor start: LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error.

UE - Editor - UI Systems - Jan 7, 2025

There are a number of missing texture assets which are failing to be read when the editor opens. This is causing a warning to be thrown each time the editor opens, potentially causing CI/CD tests (i ...

Frame snapping does not work in AnimNotifyPanel

UE - Anim - Runtime - Dec 20, 2024

When snapping for frames is turned on, dragging an anim notify state does not result to being snapped on a frame. ...

World position offset (WPO) and nanite enabled causes shadow of complex static mesh actor to be deformed at a specific distance

UE - Graphics Features - Nanite - Dec 19, 2024

Context / Problem: Complex static mesh actors with nanite enabled and Evaluate World Position Offset (WPO) enabled works together except for a specific distance where the shadow is deformed and sort ...

MakeEditWidget doesn't work with the blueprint editor viewport

UE - Gameplay - Blueprint Editor - Dec 19, 2024

Using the MakeEditWidget specifier inside a UPROPERTY macro and creating a blueprint based on the class will show the translation gizmo inside the main editor viewport but the gizmo will not show up ...

MakeArray wildcard node gives a compilation error when being used in a Blueprint Macro.

UE - Framework - Blueprint - Dec 19, 2024

There is an error with the SmartMacroInterface, where you can't use an empty wildcard "Make Array" node. This error makes the blueprint not compile and the macro unusable. Disabling the bUseSimpleWi ...

Input event bound to a widget are not triggered after the widget is recreated

UE - Gameplay - Input - Dec 19, 2024

The enhanced input events defined on the widget will no longer be triggered after the widget is recreated. Until the widget is added with AddToViewport, input events will be triggered correctly. If ...

ExposeOnSpawn pins no longer read default values from the linked class

UE - Gameplay - Blueprint - Dec 18, 2024

This is technically a regression that was introduced in 5.5. This was intentionally changed in order to address a separate issue [Link Removed]. Additionally, this makes it explicit that the exposed ...

VisualizeTexture with the BMP flag causes a crash when any mip over mip0 is requested

UE - Rendering Architecture - Dec 18, 2024

When a mip level higher than 0 is requested in VisualizeTexture, the engine will crash. The root cause appears to be VisualizeTexture.cpp:924, on which an incorrect mip level is used to read a non-m ...