[CrashReport] UE4Editor_Kismet!FFindInBlueprintSearchManager::OnCacheAllUncachedBlueprints() [findinblueprintmanager.cpp:2095]

UE - Gameplay - Blueprint - Nov 2, 2017

This is a trending crash coming out of 4.18; it may be a regression. Users have not provided any descriptions of their actions when the crash occurred. Source Context 2093 // Start the cac ...

Unable to compile BuildPatchTool

UE - Foundation - Core - Nov 2, 2017

Attempting to build the BuildPatchTool program fails due to a missing .h that was likely relocated. This may be related to, and is at least similar to, another issue where ShaderCacheTool is also un ...

HTML5 Black Screen When Launching on Chrome With Mobile HDR Disabled

UE - Platform - Mobile - Nov 2, 2017

When launching the project with Mobile HDR disabled it launches with a black screen. This occurs in 4.16.3, 4.17.2, 4.18, and Main, from my testing. Launching with Mobile HDR enabled works fine exce ...

[CrashReport] UE4Editor_Slate!SMenuAnchor::SetIsOpen() [smenuanchor.cpp:372]

UE - Editor - UI Systems - Slate - Nov 2, 2017

This is a trending crash coming out of the 4.18 release, and may be a regression. Users have not provided any descriptions of their actions when the crash occurred. Source Context 361 ...

[CrashReport] UE4Editor_MeshPaint!FBaseMeshPaintGeometryAdapter::GetVertexPosition() [basemeshpaintgeometryadapter.cpp:70]

UE - Simulation - Physics - Character - Nov 2, 2017

This is a trending crash coming out of 4.18, and may be a regression. Users have not provided any descriptions of their actions when the crash occurred. Source Context 57 const TArray<FVec ...

[CrashReport] UE4Editor_SlateRHIRenderer!FSlateRHIResourceManager::GetShaderResource() [slaterhiresourcemanager.cpp:525]

UE - Editor - UI Systems - Slate - Nov 2, 2017

This is a trending crash coming out of the 4.18 release, and may be a regression. Users have not provided any descriptions of their actions when the crash occurred. Jiras for similar callstacks in ...

[CrashReport] UE4Editor_Core!FMath::ComputeBaryCentric2D() [unrealmath.cpp:1951]

UE - Simulation - Physics - Character - Nov 2, 2017

This is a trending crash coming out of the 4.18 release. Users have not provided any descriptions of their actions when the crash occurred. The error message and callstack closely matches to past ...

[CrashReport] UE4Editor_CoreUObject!FWeakObjectPtr::Get() [weakobjectptr.cpp:81]

UE - Simulation - Physics - Nov 2, 2017

This is a trending crash coming out of the 4.18 release. It may be a regression. User Descriptionscreated a physics asset and tried to open it... Source Context 66 if (!SerialNumbersMatc ...

[CrashReport] UE4Editor_CoreUObject!FWeakObjectPtr::Get() [weakobjectptr.cpp:81]

UE - LD & Modeling - Terrain - Landscape - Nov 2, 2017

This is a trending crash coming out of the 4.18 release. It may be a regression. Users have not provided any descriptions of their actions when the crash occurred. Source Context 66 if (!S ...

Naming a Blueprint function/graph with non-ASCII characters can cause a build failure for certain cooked targets when Blueprint nativization is turned on.

UE - Gameplay - Blueprint - Nov 2, 2017

This is due to the [Link Removed] encoded UFunction object name passing through UHT into the boilerplate code (*.gen.cpp) that gets generated from the nativized Blueprint's C++ header file. The iss ...