High Res Screenshot Tool Scene Color rendering washed out as EXR

UE - Graphics Features - Dec 8, 2015

When rendering out the Buffer Visualization Targets with the HDR setting on, the resulting Scene Color EXR is rendering significantly washed out compared to the Buffer Viz. in the Editor and if comp ...

ResavePackages Commandlet Consistently Crashes in 5.3 In Material PreSave

UE - Rendering Architecture - Materials - Feb 20, 2024

Running the ResavePackages commandlet will consistently result in a crash. The callstack is here: Assertion failed: !IsRooted() [Link Removed] [Line: 265] UnrealEditor_Engine!UMaterialInterface::P ...

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  ...

Fix AGameModeBase::GetGameSessionClass

UE - Gameplay - Dec 5, 2016

AGameModeBase::GetGameSessionClass wasn't properly returning the set GameSessionClass. ...

Control Rig function nodes cannot have their color changed in 5.3

UE - Anim - Rigging - Control Rig - Oct 5, 2023

VR preview Crashes for the Oculus Rift on 4.8 preview 3

UE - Platform - XR - May 20, 2015

If the User starts up the VR preview mode with an Oculus rift plugged in the editor will crash. ...

Layers render transparent in Material_Advanced 1.3 display in ContentExamples on HD4600

UE - Graphics Features - Nov 1, 2016

Only seen on an Intel HD4600 GPU This is a regression from 4.13 Did not occur on an Intel HD530 GPU ...

Unreal Logo in Display 3.1 Continues to Spin After Button is Turned Off

Docs - Samples - Sep 21, 2016

While writing test cases for the Blueprint Communication Content example, I came across this inconsistency. The logo continues to spin even after the button is no longer active. I expected the logo ...

Reading data back from rendertarget not working on Android opengles 3.x

UE - Platform - Mobile - Aug 7, 2019

From user: "I believe the issue is deal to the implementation of FAndroidOpenGL, there is no overriding of FOpenGL::SupportsMapBuffer(),which always return from the base FOpenGLES2 method and it is ...

Fixing a Blueprint's compilation error after editor reload causes instances to lose transform

UE - Gameplay - Blueprint - Feb 23, 2023

Saving and reloading a Blueprint instance with a compilation error, a.k.a., "Bad Blueprint" will lead to a transform reset when the Blueprint is successfully recompiled. ...