Packaging Project with Nativize Blueprint Assets Prevents Overlap Events from Firing

UE - Gameplay - Blueprint Runtime - Mar 31, 2016

Currently, I have been unable to reproduce this issue outside of the user's project that is provided in the repro steps. Packaging a game that has the experimental feature Nativize Blueprint Assets ...

Sublevel moves away when undoing the level visibility change

Tools - Nov 21, 2016

When you have a sub level with some level transform, changing its visibility then doing undo makes the sub level moved away as if the level transform applied twice. I could repro the issue in 4.13. ...

Array OnRep Notification Not Running on Server

UE - Networking - Nov 30, 2016

Array variables marked as RepNotify are not calling OnRep on the server when they are not directly set using a Set 'VariableName' node. Found in 4.14.0 CL# 3195953 Reproduced in 4.13.2 CL# 317229 ...

Engine Hangs after Exiting Standalone Mode

UE - Graphics Features - Dec 1, 2016

Users are reporting hangs after exiting Standalone or other various windows launched through the editor. The resolution has already been found, but I am reporting for transparency. Note In order t ...

Child Actor Component visibility doesn't work the first time it is enabled

UE - Gameplay - Feb 21, 2017

Child Actor Component visibility doesn't work the first time it is enabled. This is also the same for the Set Actor Hidden in Game node. ...

Crash Occurs on Exiting Standalone After Using DemoPlay

UE - Networking - Mar 2, 2017

Using Execute Console Command nodes to record and play back a demo is causing a crash in standalone. Using the console commands themselves does not seem to cause the same crash to occur. ...

Ad banner is displayed incorrectly on Android 7.0 devices

UE - Platform - Mobile - Feb 24, 2017

GameActivity.java needs to be updated to show the ad popup window on Android 7.0 devices. GameActivity.java uses Gravity.BOTTOM or Gravity.TOP to place the ad. One thing to try would be to edit ...

Emissive Input required for Landscape Painting to Appear Correctly when using Emissive Color and Make Material Attributes property Enabled

UE - LD & Modeling - Terrain - Landscape - May 1, 2017

When using the Make Material Attributes and landscape layer blends, if an Emissive input is being utilized on any one layer, the other layers must also utilize the emissive input in order for it to ...

Compiling on Mac fails if build path has spaces

UE - Platform - Apple - Jan 6, 2015

UPDATE: We were able to get around this issue by renaming our external drives. The actual problem is that Mono's xbuild fails to build UnrealBuildTool QA REGRESSION: YesWORKING: 2386770BROKEN: 23 ...

Sweep result from AddActorWorldOffset is inconsistent following direction when the actor is initially overlapped with other object.

UE - Simulation - Physics - May 19, 2017

Sweep result is not consistent when there is initial overlap but the x sign(+/-) is not same. I believe this issue is related to [Link Removed] So this leads to inconsistent behavior in the TwinSti ...