Packaging fails with Event Driven loader enabled and two function libraries reference each other

UE - Foundation - Core - Mar 29, 2017

Packaging fails with Event Driven loader enabled and two function libraries reference each other even though the functions referenced in each library to NOT call each other in such a way as to creat ...

High GPU Memory Consumption when Moving an actor that contains a SceneCapture2D

UE - Graphics Features - Mar 29, 2017

When using a SceneCapture2D within blueprints (as a component or actor blueprint) and moving the blueprint around while placed in the world (Capture Every Frame and Capture on Move enabled). The mem ...

Unable to select meshes that have a material with DistanceToNearestSurface node applied

UE - Graphics Features - Mar 29, 2017

Meshes that have a material with a DistanceToNearestSurface node applied can not be selected in the viewport. They have to be selected in the world outliner, and even then they don't have an outline ...

Crash at runtime when rotating a retainer box that contains an image

UE - Editor - UI Systems - Mar 29, 2017

Crash at runtime when rotating a retainer box that contains an image ...

Sequencer: SourceData[x].SourceIndex may be larger than the size of the Sections array, causing a crash

UE - Anim - Sequencer - Mar 29, 2017

A licensee has encountered a crash when loading Sequencer Assets that occurs in BlendSegment during a sort lambda. It's possible to end up in a situation where the SourceIndex being sorted is larger ...

Editor crash when opening Project Settings on Linux

UE - Platform - Linux - Mar 29, 2017

When the Project Settings is opened on Linux, a call is made to run an iOS-related C# program (execute iPhonePackager certificates). This call causes the editor to crash. Unable to find mention of ...

GC Clustering broken for USoundWave assets (crash)

UE - Foundation - Core - Mar 29, 2017

Assert crashes Editor in the GC system during packaging due to USoundWave assets not being configured for GC clustering. Disabling GC clustering in project settings is a workaround, but the fix is ...

Mesh vanishes on BP compile (components created by components issue)

UE - Gameplay - Blueprint - Mar 29, 2017

When a mesh is declared in a custom component class and that component is added to an actor class, compiling a blueprint based on the actor class will cause the mesh set in the component to vanish i ...

Potential crash when an active timer removes itself from the ActiveTimers array

UE - Editor - UI Systems - Slate - Mar 29, 2017

A licensee experienced a one-off crash that appears to be related to an active timer removing itself from the ActiveTimers array, leading to an out-of-bounds crash when we try to unregister it again ...

Movie play following Open Source crash editor when changing viewport size.

Media Framework - Mar 29, 2017

When playing movie in PIE, changing viewport size leads to Engine crash. This is not reproduced in 4.14.3 ...