Enabling "Include app-local prerequisites" does not work - Causes errors or warnings

UE - Foundation - Core - Jan 25, 2018

Enabling the "Include app-local prerequisites" causes errors or warnings to appear when packaging. 4.17 error:Packaging (Windows (64-bit)): Program.Main: ERROR: AutomationTool terminated with exce ...

Tessellation not working properly on Vulkan

UE - Graphics Features - Jan 25, 2018

When a user launches content examples with -vulkan tessellation will not be working. Everything tessellated will appear as if it has no tessellation. This issue is also occurring in 4.18 ...

[CrashReport] UE4Editor-CoreUObject.dylib!TFastReferenceCollector<true, FGCReferenceProcessor<true>, FGCCollector<true>, FGCArrayPool, false>::ProcessObjectArray()

UE - Foundation - Core - Jan 24, 2018

Comments from users:UEQA - Christina.Sturgill - Release-4.18 CL3691775 - Crashed running Match3 on Mac after game loads.Hit Save All. This crashed the Editor.Used Command+Shift+S to Save All after C ...

[CrashReport] UE4Editor-Engine.dylib!UEdGraphPin::SerializePin()

UE - Gameplay - Jan 24, 2018

No user comments on crash group ...

Crash Occurs When Mesh is Reimported Multiple Times in the Mesh Editor

UE - World Creation - Worldbuilding Tools - Foliage - Jan 24, 2018

Engine crashes when asset has been reimported multiple times through the mesh editor -Editor crashes in Main when reimporting -Editor crashes in 4.17 when changing the Import Transforms ...

Crash having select foliage mode enabled and clicking in the viewport while simulating

UE - LD & Modeling - Terrain - Landscape - Jan 24, 2018

The Foliage tab is disabled while simulating in the viewport, however if the user has the Foliage Select mode enable when they simulate and click on a foliage instance in the viewport it will crash. ...

FOnlineAsyncTaskManager may not process Parallel Tasks if there's no Active Task.

UE - Online - Jan 24, 2018

FOnlineAsyncTaskManager::Run waits for the WorkEvent to trigger before it will tick. However, this event only gets triggered if there are new Available Tasks. Therefore, even though there may be pe ...

[CrashReport] UE4Editor_CoreUObject!UStruct::IsChildOf() [class.h:373]

UE - Gameplay - Jan 24, 2018

Comments from users:I pressed Play while having a directional light selected in-editorChanged landscape collision mip level. ...

[CrashReport] UE4Editor_CoreUObject!StaticAllocateObject() [uobjectglobals.cpp:2305]

UE - Gameplay - Jan 24, 2018

Comments from users:I was simply syncing my project with the git repository at the end of it, it crashed with this errorperforce resync ...

Audit usage of StaticClass() in AssetMappingTable and AnimationAsset code

OLD - Anim - Jan 24, 2018

A user has pointed out that code in AssetMappingTable.cpp and AnimationAsset.cpp are using the StaticClass() method on pointers. Because StaticClass is a static method, it relies on name hiding to ...