lots of wasted Volumetric lightmap samples

UE - Graphics Features - Lumen - Jun 20, 2019

Expectations: The samples should only surround the lightmass importance volumes.  Imagine if we build a 8K*8K map with lightmap importance volume at the corners of the map, even using stream levels ...

Duplicate slots being created in Anim Slot Manager

OLD - Anim - Dec 11, 2015

Duplicate slots are being created automatically under the Default Group in the AnimSlotManager. This is causing some problems because it replaces the originally created slot with the duplicate in t ...

Incorrect number of parameters in empty Shipping version of the DrawDebugString() function signature

UE - Foundation - Core - Mar 26, 2019

The DrawDebugString() function has to versions. One is the actual function to display a string of debug text in non-Shipping builds, and the other is an empty function that is used in Shipping build ...

Unreal Studio: Multi User Viewer Template Menu: Next Arrow Bug

UE - Anim - Sequencer - Oct 11, 2018

"There's a bug with the menu where you cant get to the next step (server browser or host) when you have a VR headset plugged and available. The "Next_Btn" button is greyed out on the last step. You ...

Pasting variable nodes into a BP without those variables, should add them to the BP on paste.

UE - Gameplay - Blueprint - Jun 1, 2015

If nodes are copy/pasted from a project in 4.7 to a project in 4.8, various nodes will not copy over and must be remade in the 4.8 blueprint. ...

Crash on inputting Scalar Value in Grass Material Node

UE - LD & Modeling - Terrain - Landscape - May 6, 2015

Crash occurs when inputting a Scalar Parameter into the New to 4,8 Grass Node. Also reproduced in Main Promotable-CL-2535351 ...

This user project gets a continual ensure condition failed: CurrentDepthTexture during PIE and packaged games

UE - Graphics Features - Jun 25, 2015

Continual ensures while playing this user's project: LogOutputDevice: === Handled error: === Ensure condition failed: CurrentDepthTexture [Link Removed] [Line: 650] Stack: UE4Editor-Core.dll!FWind ...

Import options broken when importing bones-only fbx animation

OLD - Anim - Jun 19, 2015

This bug is being entered for integration purposes. This is already fixed in 4.9 Main with one of Lina's changes (CL:2584657). Wanted to try and get this into a 4.8 hotfix ...

UMG element clipping does not work on Galaxy S8 (Mali)

UE - Platform - Mobile - Mar 13, 2018

UMG clipping requires stencil. Seems like we don't request stencil when creating backbuffer Changing const int EGLMinStencilBits = 0; to const int EGLMinStencilBits = 8; fixes this. ...

Struct array variables interpret multiple Structs as the same if they have the same values

UE - Gameplay - Blueprint - Jul 7, 2015

Struct array variables interpret multiple Structs as the same if they have the same values. This does not occur if the values in the Structs added to the array are different. Test project in 4.8.1 ...