Packaging a runtime plugin in a Blueprint project causes some Editor files to be deleted

UE - Foundation - Cpp Tools - Oct 22, 2018

Attempting to package a runtime plugin (does not occur with a Development plugin) in a Blueprint project fails in 4.21 Preview 2. This also causes some Editor files to be deleted, including the Modu ...

Movement Tolerance for Spawn Per Unit Does Not Function

UE - Niagara - Oct 19, 2018

Motion tolerance for Spawn Per Unit does not affect the particle system. Even if the vaules are set very high. Found in 4.18 CL# 3832480, 4.19 CL# 4033788, 4.20 CL# 4369336, 4.21 Preview 2 CL# 4472 ...

Maximum Resolution Windowed Mode Covering Task Bar

UE - Graphics Features - Oct 19, 2018

Using the maximum resolution available on the monitor for windowed mode results in the window overtaking the Windows taskbar. ...

Google VR Plugin - Unable to package for Distribution

UE - Platform - Mobile - Oct 19, 2018

There is an issue with GoogleVR and Android SDK 26 that only occurs when packaging "For Distribution", possibly connected to the SDK 26 change regarding the UiLayer for VR mode. Packaging without Di ...

Navmesh doesn't work in a Packaged Build if it was placed in a Sublevel

UE - AI - Oct 19, 2018

Once packaged, a persistent level is unable to create navmesh data properly if the navmesh bounds volumes are only present in its sublevels. The issue can be traced to the UNavigationSystemV1::IsThe ...

Editor crashes when attempting to reimport multiple Data Table assets that do not have an associated data source file

Tools - Oct 19, 2018

Attempting to Reimport multiple Data Tables that do not have associated data source files results in the Engine crashing. When a single Data Table is selected to be reimported, the Editor asks for t ...

Linux Vulkan editor crashes OOM on older graphics cards

UE - Graphics Features - Oct 19, 2018

Vulkan editor is very crashy on older cards due to memory pressure. I have to switch to OpenGL to work on the unrelated bugs. I'm attaching the details of the particular failure I had (see VulkanMe ...

Packaged Builds with DX12 Crash on 2nd Start

UE - Graphics Features - Oct 18, 2018

Running a packaged game with DX12 will crash on launch every second start and after. If you delete the files with the .ushaderprecache extension that are in the ProjectName/Saved folder the exe star ...

Crash launching project with Compat.MAX_GPUSKIN_BONES=75 and Preview Rendering set to Shader Model 5

UE - Graphics Features - Oct 18, 2018

Crash occurs when the user launches a project with a +75 bone skeletal mesh actor in their scene with the Compat.MAX_GPUSKIN_BONES=75 config change, and the default preview render is Shader Model 5. ...

Duplicating an inherited Blueprint float variable defaults it's value to 0.

UE - Gameplay - Oct 18, 2018

When creating an Actor Blueprint (Testbase), and creating a new Blueprint Actor that inherits from Testbase (TestBP).  We can drag an instance of TestBP into the World. If we go back into the Parent ...