Potential Memory Leak when frequently terminating and re-initializing FConstraintInstance

UE - Simulation - Physics - Mar 29, 2022

From User: When frequently terminating and re-initializing the FConstraintInstance, there appears to be a leak when cleaning up the disabled joint, which leads to an ever growing list that gets sort ...

Behavior of reparenting Component on UE5 is different from UE4

UE - Gameplay - Blueprint Editor - Mar 29, 2022

In UE4, Reparenting the Child Component did not update it on the screen, but the Relative Transform was updated. However, UE5 now retains Relative Transform, so there are on-screen updates. This is ...

[Synth][Tone Generator] - Editor crashes when Starting Synth Component Tone Generator

UE - Audio - Mar 29, 2022

Starting a SynthComponentToneGenerator crashes the editor with the following assert:Assertion failed: bSuccess [File:D:\build\++UE5\Sync\Engine\Source\Runtime\SignalProcessing\Private\AudioBufferDis ...

Child Animation Blueprint that inherits a Layer Interface can have the Layer Interface added a second time

UE - Anim - Runtime - Anim Blueprints - Mar 28, 2022

Child Animation Blueprint that inherits a Layer Interface can have the Layer Interface added a second time giving the impression changing the layers within the child will override them for the child ...

When use Sequence Camera Shake Pattern, Level Sequence occurs error

UE - Anim - Sequencer - Mar 28, 2022

When I apply the Sequence Camera Shake Pattern to a Sequencer's camera, I get an error when playing it. ...

[MetaSounds][Sine Generator] - Ensure in MetasoundEnum.h

UE - Audio - MetaSounds - Mar 25, 2022

Live Ensure seen in Crash Reporter. Crash Reporter Link: [Link Removed] Hit 13 times by 4 users.Ensure condition failed: Converted [File:D:\build\++UE5\Sync\Engine\Plugins\Runtime\Metasound\Source\ ...

Example 1.3: Constraint Profiles animation not working in ContentExamples

UE - Content - Content Example - Mar 25, 2022

This bug does not occur in //UE5/Release-5.0-EarlyAccess or in Release-4.27 making it a regression.  This also occurs in //UE5/Main  ...

Left Clicking a menu that contains an option with a submenu will cause the submenu to close while hovering its options

UE - Editor - UI Systems - Mar 25, 2022

If a menu has an entry that is a submenu, and that submenu has entries in it that are also submenus, then the entire menu will close when left clicking the submenu button instead of hovering it. So ...