Vector Field Initial Rotation will always have the same initial rotations for each emitter instance

UE - Niagara - Nov 11, 2019

The Vector Field Initial rotation module will have the same rotation for all instances of the same emitter. This is a regression from 4.22. ...

Scale with Width on Landscape Splines offsets plane mesh on Z axis

UE - LD & Modeling - Terrain - Landscape - Apr 22, 2015

If "Scale with Width" is set on a landscape spline with a plane mesh, the plane will offset on the Z axis. In most other cases, scaling along the z axis does not affect planes. ...

No additional MipMaps Generated on UI Texture Group

UE - Graphics Features - Mar 19, 2019

In previous versions of the engine (4.21), 10 MipMaps are generated with the above repro steps. Starting from 4.22 and CLs above the editor only produces 1 MipMap with the above texture settings. T ...

Anchor text can be scaled via the scale box

UE - Editor - UI Systems - Mar 13, 2017

Anchor text can be scaled via the scale box. The scaling for the anchors of widget can be affect if placed in a scale box ...

Frustum Culled Landscape Components Not Casting Shadows

UE - Graphics Features - Mar 5, 2019

Frustum culled landscape components stop casting shadows resulting in the shadows disappearing near the edges of the camera in square sections. Unable to test in 4.20 or 4.21 as provided project wa ...

A version of UnrealVS for VS2019 is not included with the Engine

UE - Foundation - Cpp Tools - UnrealVS - Apr 18, 2019

Version 4.22 of the Engine includes initial support for Visual Studio 2019. However, an updated version of UnrealVS for VS2019 is not included in the Engine. ...

CustomDepth rendering incorrectly with Instanced Stereo

UE - Platform - XR - Apr 9, 2019

Screen position node in 4.22 no longer works as expected. Confirmed in 4.23 Main @ CL 5806859 ...

Local Variable loses value after reference moves file location

UE - Gameplay - Blueprint - May 23, 2017

Local Variable loses value after reference moves file locations. This does not just affect construction scripts, following these steps with a function instead produced the same result. This issue do ...

Keys applied in Sequencer to Exponential Height Fog's Fog Density (Second Fog Data) are applied to primary fog density

UE - Anim - Sequencer - May 29, 2019

Sequencer keys applied to an Exponential Height Fog actor's Second Fog Data | Fog Density are applied to the fog actor's primary Fog Density instead. Second Fog Data was introduced in 4.22. This w ...

ShouldRender() in USceneComponent Doesn't Check Against IsVisibleInEditor()

UE - Graphics Features - Nov 22, 2019

IsVisible()/IsVisibleInEditor() should be a contribute to the logic in ShouldRender(). NOTE: This code was written during the UE3 life cycle. Found in 4.22 CL#7053642 ...