Crash occurs when after resuming from a Breaking Point that has been placed on an On List Item Object Set node

UE - Editor - UI Systems - Slate - Oct 13, 2022

Tested in: //UE5/Release-5.1 CL22346211 Crashed with Assertion //UE5/Release-5.0 CL20979098 Crashed with Assertion Crash occurs when after resuming from a Breaking Point that has been placed on an ...

Body Instance property changes made in construction scripts are not applied

UE - Simulation - Physics - Jul 17, 2020

7054614 was submitted to fix an issue with not being able to modify physics properties on instanced blueprints child components. This is related to [Link Removed]. This change causes BodyInstance t ...

Texture Filter Nearest doesn't work in Packaged Shipping Builds

UE - Gameplay - Paper2D - Jun 28, 2023

This is not a regression. Tested in //UE5/Release-5.1 CL23901901 Texture Filter Nearest isn't respected in Packaged Shipping Builds. When playing in editor, stand alone, or packaging in any other f ...

SplineMeshActors all share the first spline placed rather than their own spline when using the mobile renderer.

UE - Graphics Features - Nov 17, 2023

SplineMeshActors all share the first spline placed rather than their own spline when using the mobile renderer. This was first reported in this UDN: https://udn.unrealengine.com/s/question/0D54z0000 ...

Linker Instancing Context duplication results in OOM

UE - World Creation - Worldbuilding Tools - OFPA - Aug 16, 2024

In order to fix a major issue involving dissapearing actors during cook, we added instancing context duplication in 31925640. This actually undoes the optimization made from 26543720 Both reported ...

Nanite displacement on landscapes not rendering on 5700XT

UE - Graphics Features - Nanite - Mar 27, 2024

This only happens on a 5700XT, tested this on the 7900XT and the issue did not occur  Initially reported on the Preview 1 forums: https://forums.unrealengine.com/t/unreal-engine-5-4-preview/1763516 ...

Adding a key frame to the curve editor in UMG adds multiple keyframes

UE - Editor - UI Systems - May 6, 2015

When Right clicking and selecting add key frame to an animation on the curve editor in UMG there appears to be multiple keys being added to the timeline. ...

Using TInlineAllocator with a large number in TArray that is in an AActor class will cause child Blueprint class to call an assert while parent class will not

UE - Foundation - Core - Jul 22, 2016

If a TArray has a TInlineAllocator with a large number and the class is used with a child Blueprint, the editor will throw an assert. If the base C++ Class is used instead of the Blueprint, the asse ...

Editor Crashes When Enabling Closed Loop on Spline in Blueprint

Tools - Oct 18, 2016

Editor is crashing when setting closed loop in the construction script of a blueprint. This did not occur in 4.12.5 following the same repro, this is a regression. ...

Crash occurs running SunTemple on Nexus 6p in Vulkan mode

UE - Platform - Mobile - Jan 14, 2017

Testing Vulkan DLS and hit this crash when running the app on Nexus 6p. This crash does not reproduce on Nexus5_4012_Adreno 330 ...