PlayerCameraManager->OnBlendComplete() delegate not getting called

UE - Gameplay - Gameplay Cameras - May 29, 2025

The PlayerCameraManager->OnBlendComplete() delegate is not getting called when running a game in a standalone network mode without any networking. ...

Editor crash when using PCG self pruning and complex collision

UE - World Creation - Procedural Tools - PCG Workflow - May 14, 2025

While testing out pruning points based on collision, it was observed by the licensee that using complex collision seems to crash the editor. The editor crashes with the following error: ``` Asserti ...

Child widgets do not maintain the Enhanced Input bindings from their parents

UE - Editor - UI Systems - Apr 9, 2025

When a widget blueprint is created with Enhanced Input bindings in the event graph, when it is subclassed those bindings will not work in the child. This is inconsistent with how Actors function, an ...

5.5.4 - Morph targets 1 frame offset

UE - Editor - Content Pipeline - Import and Export - Feb 17, 2025

Morph targets work! Yay! But found another issue. Basically import an fbx with multiple animated morph targets applied to it. The morph change shape over 1 frame and for some reason in 5.5.4, there' ...

ASan on iOS is broken

UE - Platform - Apple - Mar 1, 2024

Address Sanitizer (asan) is currently not working on iOS. This could be a helpful feature to get working again. ...