Attached Project Crashes When Attempting to Open Blueprint

UE - Gameplay - Blueprint - Nov 11, 2015

The project in question: [Link Removed] The user is experiencing an issue where they've fixed compile errors on their NPC blueprint, and now are unable to open it without experiencing a crash. Righ ...

Widgets With Retainer Boxes Are Selected When Behind Widgets Without One

UE - Editor - UI Systems - Dec 24, 2019

When a widget that has a retainer box is behind another widget that doesn't have one it will call it's onclick instead of the one in front of it in the UMG when clicked (see attached gif). This beh ...

Occlusion Culling incorrectly culling objects

UE - Graphics Features - Aug 26, 2020

When playing in PIE/camera moving from left to right, pieces of the floor grid are culled out when they are not supposed to be. I was able to replicate this issue, however after I brought up the c ...

Crash when using +CVars=r.MobileContentScaleFactor=2

UE - Platform - Mobile - Jan 11, 2016

Iphone 6 Plus crashes when using +CVars=r.MobileContentScaleFactor=2, but it will run if you use +CVars=r.MobileContentScaleFactor=1. The project linked is set up with +CVars=r.MobileContentScaleFac ...

Launching QAGame for HTML5 creates an 'uncaught exception: out of memory'.

UE - Platform - Mobile - Jan 18, 2017

Launching onto HTML5 opens the browser to Uncaught Exception: out of Memory After running it on a 64-bit browser, the following is printed:uncaught exception: abort("Cannot enlarge memory arrays. E ...

The Gradient Paint Tool In Cloth Simulation Doesn't Work On Mac

UE - Simulation - Physics - Feb 28, 2020

The Gradient Tool rotates the camera on Mac instead of painting the Gradient End Value. I wasn't able to test in Main on a Mac. There were no issues on Windows in 4.23.1, 4.24.3 and 4.26 Main. Foun ...

Color bubble has no effect in an Event Graph

UE - Gameplay - Blueprint - Feb 24, 2015

If you add a comment to an Event graph Blueprint and change the comment color, the bubble should not change colors unless the Color Bubble detail is checked. I have included photos to better show ...

Major artifacting in FP Template with Skylight in ES31 Deferred

UE - Platform - Mobile - Sep 4, 2015

When the First Person Template is deployed to a Nexus 9 using ES31, there is an extreme magenta color over the screen. Disabling post process reduces the bloom, but there is still major color artif ...

Clicking the Closed Loop check box for a Blueprint SplineComponent crashes the Editor.

Tools - May 12, 2015

Clicking the Closed Loop option in a new Spline Component results in the Editor crashing. This only occurs in 4.8 Preview 1 (so far). 4.7.6 and Main appear to be working correctly. ...

StopAtCurrentTime Node Sets Playback Position To 0.f In Level Sequence Actors

UE - Anim - Sequencer - Jan 20, 2020

Level Sequence actors have their current playback time to 0.f when using the StopAtCurrentTimeNode. In MovieSceneSequencePlayer.cpp line 288 TimeToResetTo is set to 0.f. Attached is a 4.24 example ...