Latent Blueprint Functions has incorrect linkage when the FLatentActionInfo is the first argument

UE - Gameplay - Blueprint Compiler - Jul 18, 2022

When you create a latent function in C++ with the FLatentActionInfo first it will incorrectly set up the linkage for the latent info such that it gets linked to the incoming execution pin of the fun ...

Crash when recombining Value Pin after swapping Target Wild Card pin from a Vector2D to a Vector on a Set By-Ref Var node

UE - Gameplay - Blueprint - Jul 18, 2022

This is not a regression. Tested in //UE4/Release-4.27 CL18319896 Crash when recombining Value Pin after swapping Target Wild Card pin from a Vector2D to a Vector on a Set By-Ref Var node.  ...

Large distant objects lose skylight lighting

UE - Graphics Features - Jul 18, 2022

[Quartz] Play Quantized Crashes When Played On An Audio Component Spawned With 'Persist Across Level Transition'

UE - Audio - Quartz - Jul 15, 2022

There's a crash when "Play Quantized" is used on an Audio Component that was constructed via the functions "Create Sound 2D" or "Spawn Sound 2D" when the option 'Persist Across Level Transitions' is ...

Material Editor Assertion Crash When Collapsing Material Attributes

UE - Rendering Architecture - Materials - Jul 14, 2022

Collapsed material attribute nodes cause an editor assertion crash in the material editor when viewed or opened. Assertion failed: (Index >= 0) & (Index < ArrayNum): Array index out of bounds: 0 fr ...

Crash occurs while changing between FK/IK mode in Animation Mode on the same frame with Space changing

UE - Anim - Sequencer - Anim in Engine - Jul 11, 2022

Crash occurs while changing between FK/IK mode in Animation Mode on the same frame with Space changing. ...

BP using nested child actor components in streaming level causes ensure condition failed

UE - Simulation - Physics - Solver - Jul 11, 2022

This never happens on ue5.0.0 The problem appears to be caused by a deleted PhysicsProxy being registered with Solver. Since the solver accesses the deleted PhysicsProxy, it may crash. Checking a ...

[MetaSounds] [Asset Importing] - Can't Import Wave Files Created from MetaSound Wave Writer

UE - Audio - MetaSounds - Jul 8, 2022

Wave files created by the Wave Writer nodes in MetaSounds cannot be imported successfully into the engine. On my end, wave files created by Audacity could be imported successfully, so there does see ...

ISequencer::OnPlayEvent does NOT fire at the end of playback in Sequencer editor

UE - Anim - Sequencer - Jul 8, 2022

ISequencer :: OnStopEvent is executed when pause, but not when playing to the last frame and stopping automatically. This is because OnStopDelegate.Broadcast(); is only in FSequencer::Pause(). When ...

Physics Constraint returns incorrect values for Swing1, Swing2, and Twist

UE - Simulation - Physics - Jul 7, 2022

Tested in //UE5/Main CL#20966071 Tested in //UE4/Release-4.27 CL#18319896 Physics Constraint returns incorrect values for Swing1, Swing2, and Twist. ...