Using the old DOF algorithm doesn't work properly

UE - Graphics Features - Jun 15, 2018

When using CircleDOF with the old algorithm it will not properly blur objects close to the camera.  Working properly in 4.19 CL# 4033788 Found in 4.20 Preview 2 CL# 4121666 and 4.21 CL# 4131780 T ...

Unable to call several functions in UMovieSceneParameterSection due to them not being exposed outside of the module

UE - Anim - Sequencer - Jun 14, 2018

The AddScalarParameterKey(), AddVectorParameterKey(), and AddColorParameterKey() functions in the UMovieSceneParameterSection class are not currently exposed to be called from outside of the module. ...

Crash when using Find in Blueprints with String Table references

UE - Editor - UI Systems - Localization - Jun 14, 2018

Iterative Cook does not only cook new content from Unreal Frontend

UE - Foundation - Core - Cooker - Jun 14, 2018

Using iterative cooking should only cause new or changed content to be cooked but in the Unreal Frontend, content is cooked every time, despite nothing being added or edited. Logs from two subseque ...

Enable HDR Display Output on Game User Settings Crash

UE - Graphics Features - Jun 14, 2018

Crash when attempting to enable HDR via UserSettings This crash will also occur when project is fullscreen. User's Environment: "I have an Nvidia GTX 1080 Ti and have two monitors attached: 1. ...

When Client Side Navigation is enabled, it is only initialized Server Side

UE - AI - Jun 13, 2018

'Allow Client Side Navigation' no longer appears to register Client-side navigation in 4.20. In 4.19 the logic that was setup to check for it returns both Client and Sever Side navigation systems as ...

Auto Compute LOD Distance doesn't properly change screen sizes

UE - Graphics Features - Jun 12, 2018

Auto Compute LOD Distance doesn't properly change screen sizes. The screen size for each LOD will be exactly the same regardless of the mesh you use with generated LODs. Working as expected in 4.19 ...

iOS Launch-On rebuilds every time

UE - Platform - Mobile - Jun 11, 2018

Artifacts from the previous Launch On are being cleaned up, which are necessary for improved iteration time. ...

Spawned particles on the surface of a static mesh in Niagara get offset if the actor is anywhere but the world origin

UE - Niagara - Jun 11, 2018

Particles that are spawned using the surface of a static mesh will be offset from the systems placement in the world unless it is at world origin.  Working as expected in 4.19 CL# 4033788 Found in ...