Setting spline in Niagara Override Parameters corrupts system after closing level

UE - Niagara - Mar 19, 2019

The USplineComponent appears to be corrupted. It will pass the null check, but operations done on the data cause the engine to crash. (See the linked UDN for more details) ...

Levels lose folder hierarchy in Levels window on streaming method change

Tools - Mar 19, 2019

In the Level Window, Sub Levels which are nested inside of a folder will lose their hierarchy upon changing their streaming methods. ...

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

Crash on loading pre-4.20 cloth data when compute skin cache is enabled in 4.21

UE - Graphics Features - Mar 19, 2019

According to information from the licensee, the else clause was added to "FSkeletalMeshLODModel::(GetClothMappingData()" at CL 4437969 , but if it is the cloth data existing from 4.20 or earlier, it ...

Mouse Events cannot be treated as Touch on Android Apps on Chromebook

UE - Platform - Mobile - Mar 18, 2019

A licensee reported an issue where mouse events are not able to be used as touch events on Android apps. This was specifically reported on and tested on Chromebooks. After working with Chris Babcock ...

Hang when using Debug config with Launch On to Android

UE - Platform - Mobile - Mar 18, 2019

Final bits of logging show:D/UE4 : [2019.03.18-16.36.59:236][ 0]LogInit: Display: Starting Game. D/UE4 : [2019.03.18-16.36.59:236][ 0]LogNet: Browse: /Game/FirstPersonCPP/Maps/FirstPerson ...

Morph targets modified in blueprints do not appear to be recorded by Take Recorder

UE - Anim - Sequencer - Mar 18, 2019

Take recorder does not appear to record blueprint changes to morph targets. ...

'Set from Euler (Quat)' and 'Set Components (Quat)' BP nodes have no output.

UE - Gameplay - Blueprint - Mar 18, 2019

'Set from Euler (Quat)' and 'Set Components (Quat)' BP nodes have no output. These nodes are new in 4.22 Confirmed in MAIN @ CL 5423420 ...

Translating with Camera lags when Use Distance-Scaled Camera Speed is true

Tools - Mar 18, 2019

Hold shift no longer appears to correctly lock on to object in the editor while they are being translated. This appears to be a regression ...

GetKnownPerceivedActors doesn't stop calling when specified AISense should be forgotten

UE - AI - Mar 17, 2019

There is a difference in implementation and set of checks that are made in GetKnownPerceivedActors() depending on if you use specific SenseClass or leave it as nullptr (so it will return info for al ...