Remote standalone build of a project fails due to incorrect path to project's Info.plist file

UE - Foundation - Cpp Tools - Automation Tool - Sep 17, 2018

Attempting to use UAT on Windows to remotely create a standalone build of a project for Mac fails in 4.19. The error message indicates that it cannot find part of the path to the project's Info.plis ...

Navigating the Editor on Linux with a Wacom Tablet is difficult

UE - Platform - Linux - Sep 17, 2018

Movement is quite sporadic and jumpy when using a Wacom Tablet to navigate the Editor on Linux. The Editor pans and zooms in and out really quickly with the slightest of movements. This was report ...

Hot Reload triggers Ensure after default value of a property in a component included in an Actor class is changed

UE - Foundation - Cpp Tools - Hot Reload - Sep 13, 2018

Performing a Hot Reload after changing the default value of a property in an ActorComponent that is included in an Actor class triggers an ensure if a Blueprint has been created from that Actor clas ...

VR Motion Controllers: Haptic Feedback Effect SoundWaves

UE - Platform - XR - Sep 10, 2018

Attempting to play Haptic Effect SoundWaves on both Motion Controllers will cancel or interfere with each other. Tested with Oculus Also confirmed in Main 4348893 ...

NavLink component does not account for the cost of the path set by AreaClass

UE - AI - Sep 6, 2018

In the test case, the NavLink component has a navigation cost of 1000000000. When the AI navigates to the NavLink the printed cost is only 2677. It is believed that the AreaClass isn't being taken i ...

ARKit Crash with Session Type: Image

UE - Platform - XR - Sep 6, 2018

AR app crashes when starting AR session if session type is set to "Image". Also confirmed in Main CL 4346626 ...

Blueprint variables get reset if not made Public

UE - Gameplay - Sep 5, 2018

When a blueprint variable is not set to Instance Editable, its value gets reset at runtime. This seems to occur because the variable OriginalCannonTransform seems to get reset/nullified after being ...

Undo Crash with Reroute node into Class pin of SpawnActorFromClass

UE - Gameplay - Blueprint - Sep 4, 2018

Crash on undo with SpawnActor node that uses a reroute pin in class wire. "It looks like the variable promotion marks the blueprint as structurally modified, which triggers a skeleton compile, wh ...

Actors in TMap Blueprint Properties are not copied properly for PIE

UE - Foundation - Core - Sep 4, 2018

Actors that reside in TMap blueprint variables refer to the Editor actors not the copied UEDPIE actors (that we'd expect) when accessed in PIE. This is not the case in standalone; this only occurs f ...

If user set ChunkID to a higher value, UpdateManagementDatabase will be very slow

UE - Gameplay - Sep 4, 2018

If user set ChunkID to a high value, the construction process of the database managed by AssetMAnager becomes very long. The cause is the following code in UChunkDependencyInfo :: BuildChunkDepende ...