Packaged C++ Project Fatal Error on Startup When Spawning Niagara System Via a Character Blueprint

UE - Niagara - Jan 7, 2019

Using the system blueprint node in the character blueprint will cause the packaged game to give a fatal error when running the executable. This only occurs when in a C++ project. Found in 4.20 CL# ...

Race condition in the late update manager

UE - Platform - XR - Jan 7, 2019

https://udn.unrealengine.com/questions/476212/race-condition-in-lateupdatemanager.html In short, the trick storing a pointer to the packed index of the primitive does not work as it is simply a p ...

Editing Lighting Intensity Field Value Fails

Tools - Jan 7, 2019

You cannot change the intensity by just adding/changing numbers. You have to completely retype the entire value. Found in 4.21 CL# 4613538 and 4.22 CL# 4681912 ...

[Feature Request] Mouse-wheel zoom logic seems incorrect in UI Designer

UE - Editor - UI Systems - Jan 7, 2019

When using the mouse wheel to zoom the Designer view, the behavior is not intuitive. (ZoomLogicDesigner.gif) in the Designer view, place the mouse near the top left corner. Use the mouse wheel to ...

When r.CustomDepth = 3 (Enabled with Stencil), the values of SceneDepth and CustomDepth are different on IOS

UE - Graphics Features - Jan 7, 2019

The user wants to express using the difference between SceneDepth and CustomDepth. However, when r.CustomDepth = 3 (Enabled with Stencil), the expression can not be realized because the SceneDepth a ...

Assert caused by using FText::FromStringTable to initialize a FText property in the constructor of a UStruct based off FTableRowBase

UE - Foundation - Core - Jan 4, 2019

When using FText::FromStringTable to initialize an FText variable in the constructor of an FStruct that inherits from FTableRowBase, an assert is caused due to recursion. The assert is as follows:As ...

Landscape disappear under mobile preview after reopen level

UE - LD & Modeling - Terrain - Landscape - Jan 4, 2019

When trying to reopen a level with landscape under mobile preview, landscape's render data is not generated correctly. ...

Enabling Merge GC Clusters and Blueprint Clustering causes a packaged Window project to crash

UE - Foundation - Core - Cooker - Jan 3, 2019

Enabling the check boxes for Merge GC Clusters and Blueprint Clustering causes packaged Windows projects to crash on startup. The log and dump files regarding this crash have been attached to this t ...

Static Lights with IES Profiles Will Bake an Incorrect Lightmap

UE - Graphics Features - Jan 3, 2019

When using an IES profile with a static light, the lightmap that gets baked will lose all detail of the IES profile. Example project attached. This doesn't occur in 4.19 CL# 4033788 Found in 4.20 ...