GPU particles disabled on Quest

UE - Niagara - Feb 9, 2024

GPU particles were disabled on Quest 1 due to a compute issue. We need to validate / fix issues for Quest 2 / Quest 3. Reported in [Link Removed] ...

UMG: Drag-drop widgets get stuck at (0, 0)

UE - Editor - UI Systems - UMG - Nov 7, 2022

Reported on the dev forum, drag-drop widget is broken in the 5.1 Preview.https://forums.unrealengine.com/t/unreal-engine-5-1-preview/662523/221 Anyone else having problems with UUserWidget::SetPosi ...

Vulkan leaks memory when opening and closing windows

UE - Rendering Architecture - RHI - Nov 22, 2019

As described here: https://udn.unrealengine.com/questions/532725/index.html (1) Start Prebuilt Vanilla 4.23.1. with Vulkan enabled (2) Create a new project (3) Drag and drop the Sphere from “modes ...

Using GENERATED_BODY() instead of GENERATED_UINTERFACE_BODY() in an Interface code class results in a UHT crash when trying to build the project.

UE - Foundation - Core - Mar 3, 2015

Replacing GENERATED_UINTERFACE_BODY() with GENERATED_BODY() in 4.7.0 or above results in an Unreal Header Tool crash and build failure in Visual Studio. This was working in 4.6.1, but when tested i ...

Set Morph Target not being sent to children of Inherited Mesh

OLD - Anim - Sep 4, 2015

In previous versions of UE4, Set Morph target to call the Inherited Mesh and would result in any children of the Inherited Mesh that shared that morph target name to morph. In UE4.9 this no longer ...

[Audio Synesthesia] - Setting a Synesthesia NRT's settings to None crashes editor

UE - Audio - Nov 7, 2022

Setting an Audio Analysers NRT settings to None crashes the editor. Assertion failed: nullptr != LoudnessSettings [File:D:\SMoyls_UE5_Release-5.1\Engine\Plugins\Runtime\AudioSynesthesia\Source\Audio ...

Leaving engine open for an extremely long time builds up memory usage, eventually crashing upon any activity

Tools - May 26, 2015

Edit MattK: Not reproducible yet If the editor is open and used for a long period of time without being closed, it stores memory use. After building up a significant amount of resources building us ...

Running the BuildPlugin command results in a warning that ForceCompile is not supported and an error that an item with the same key has already been added

UE - Foundation - Cpp Tools - Automation Tool - Dec 7, 2022

Repro Rate: 5/5 This issue was encountered in the 5.1.0 live launcher build of //UE5/Release-5.1 at CL 23058290 and reproduced by other users. Regression tested against the 5.0.3 live launcher bui ...

Non-Uniform Mobile Content Scale Values Render Black Screen when Launching to Mobile Device

UE - Platform - Mobile - Mar 3, 2015

When attempting to set the configuration for mobile devices within the Engine/Config/DefaultDeviceProfiles.ini, any value that is non-uniform like 1.2 or 1.6 will render a black screen after deployi ...

Instance Static Meshes spawned at Runtime do not have collision

UE - Gameplay - May 8, 2015

Spawning an Instance Static Mesh at runtime does not have collision. This issue appears only in 4.8 Preview 1 and the 4.8 Release branch (tested on CL-2540862), but is fixed in Main Branch as of Ma ...