The iOS app icons settings are not being used on Mac

UE - Platform - Mobile - Dec 14, 2017

This issue did not occur on Windows at the same CL. This was originally being tracked by [Link Removed] but after initially testing the fix for that JIRA, this particular issue persisted and it was ...

If the entry of State Machine of AnimBP directly connect a state which has another state machine, a crash will occur when changing parameters of AnimBP

OLD - Anim - Dec 14, 2017

If you directly connect a state which has another state machine to the entry of State Machine of Animation BP, a crash will occur when changing parameters. If you connect an empty State to an Entry ...

Crash Occurs When Actors are Attached Across Persistent and Sublevels When Levels are Saved

UE - Anim - Sequencer - Dec 12, 2017

Can attach actors to each other through the use of sequencer even though actors are in different levels which leads to crashing when saving and changing levels F3DAttachTrackEditor::IsActorPickabl ...

DirectX Tesselation Crash

UE - Graphics Features - Dec 12, 2017

Per UDN Licensee: I have 2 crash repro when enabling DirectX12, both linked to tesselation and still present in 4.18 stock engine and easy to reproduce. Crash 1 -Start editor with DirectX12 -Cre ...

Landscape Change Component Size Tool removes foliage from landscape

UE - World Creation - Worldbuilding Tools - Foliage - Dec 12, 2017

Foliage painted onto a landscape will disappear when Sections per Component is changed from 1x1 to 2x2. Affects 4.17.2 CL 3658906, 4.18.2 CL 3794801, 4.19 Main Possible Workaround is to set the Re ...

UWorld::RemoveFromWorld does not check Pointer Reference for null before use

UE - Gameplay - Dec 12, 2017

The code in UWorld::RemoveFromWorld that removes Pawns that are about to be streamed out does not check to see if the pointer that it sets is null prior to using it. In cases where Pawns are rapidly ...

Possible incorrect pointer manipulation in BeginPackageCacheForCookedPlatformData

UE - Foundation - Core - Cooker - Dec 12, 2017

In UCookOnTheFlyServer::BeginPackageCacheForCookedPlatformData(), there is a pointer to int32 called CurrentAsyncCache that is used as an index. It's value is dereferenced before it is checked, but ...

Blueprint compilation error regarding actor component

UE - Gameplay - Dec 11, 2017

Blueprint actor has an error in the event dispatcher node. The error states that the node is out of date and needs to be refreshed. Pressing the compile button will removed the error but when the pr ...

Cannot pause video when WMF media Native Audio out is enabled

Media Framework - Dec 8, 2017

When the feature for "Native Audio out" is enabled videos no longer pause ...

DitherTemporalAA includes some noise even when Alpha Threshold is set to 0

UE - Graphics Features - Dec 8, 2017

DitherTemporalAA's output contains some noise even when Alpha Threshold is set to 0. ...