Hidden Shadows Aren't Rendered When Raytracing Is Enabled

UE - Graphics Features - Lumen - Mar 13, 2020

Hidden shadows aren't rendered when ray tracing is enabled. Found in 4.25 Preview 2 CL#12055273 Reproduced in 4.23.1 CL#9631420, 4.24.3 CL#11590370, 4.26 Main CL#12123513 ...

Light shaft settings are missing

UE - Graphics Features - May 19, 2020

Public facing bug report came in describing that lights shafts were missing from all lights except directional. This issue does not seem to be occurring for 4.24 or 4.26. I was able to confirm that ...

Fountain emitters are constantly showing errors in the timeline and are not displaying correctly

UE - Niagara - Mar 4, 2021

This issue is not present in 4.25.4 You can also avoid the problem if the LoopBehavior of the EmitterState is Multiple and LoopDelay is enabled. [Image Removed] It seems to be a binding of certai ...

An array of structures variable has its values reset when the structure is modified without recompiling the blueprint

UE - Gameplay - Apr 2, 2021

An array of a structure that has been modified without the array's blueprint being complied results in the values of the array element being reset. Compiling each blueprint that has the array of str ...

Crash calling destroy actor for Geometry Collection while it's simulating

UE - Simulation - Physics - Destruction - May 12, 2020

Crash occurs when user call Destroy Actor on a Geometry Collection Actor. This seems to only occur while the actor is simulating. If called while on the ground, it doesn't seem to occur. ...

Exiting PIE with dedicated server checked causes editor to crash on Linux

UE - Platform - Linux - Oct 25, 2016

Checking the box for Dedicated Server in the Play dropdown menu causes the editor to crash when exiting PIE. This does not occur in 4.13 or 4.14 on Windows. ...

Adding a scene component to a child blueprint causes log warnings to appear in output log

UE - Gameplay - Blueprint - Sep 1, 2015

If a scene component is added to a child blueprint and the parent blueprint is compiled, a log warning will appear that states: "LogBlueprint:Warning: USimpleConstructionScript::FixupRootNodeParen ...

Custom lighting channels ignored when object culled in stereoscopic

UE - Platform - XR - Apr 14, 2016

When a light that uses lighting channels is only visible in one view during stereoscopic rendering, it affects the default light channel instead of the assigned one in the view that it's not visible ...

Scaling a SceneCapture2D from Default Scale will cause Decals to Disappear in the Render Target

UE - Graphics Features - Dec 6, 2016

When scaling a SceneCapture2D actor/component any decals there were being rendered within the Render Target disappear. I also noticed that when the SceneCapture2d is set to orthographic, the scale ...

Pin wires do not connect correctly after collapse to function and duplication

UE - Gameplay - Blueprint - Mar 20, 2017

Pin wires do not connect correctly after collapse to function and duplication. Any node can cause this issue, I used an INT variable because it was quick to test with. Regression: This issue affect ...