Ensure exiting PIE after stepping into Blueprint Function Library

UE - Gameplay - Blueprint - Nov 20, 2017

Ensure occurs when the user exits PIE after debugging a blueprint and stepping into a blueprint function library. ...

Input Events don't have friendly names in Call Stack tab

UE - Gameplay - Blueprint Editor - Nov 27, 2017

In the Call Stack tab, input events are not listed by their friendly names. Instead they have long names such as InpActEvt_One_K2Node_InputKeyEvent_2. This is different from Actor Events that simp ...

Static regex patterns can cause crashes on shutdown

UE - Editor - UI Systems - Localization - Nov 28, 2017

The current lifetime management of regex patterns means that we can attempt to destroy them after ICU has been shutdown. We should change these to follow the same pattern as break-iterators, and exp ...

Impossible to reparent blueprint class that has a broken parent class when using compilation manager

UE - Gameplay - Blueprint Compiler - Dec 8, 2017

Alternatively use BP_ParentClassIsMissingType in QAGame ...

Possible incorrect pointer manipulation in BeginPackageCacheForCookedPlatformData

UE - Foundation - Core - Cooker - Dec 12, 2017

In UCookOnTheFlyServer::BeginPackageCacheForCookedPlatformData(), there is a pointer to int32 called CurrentAsyncCache that is used as an index. It's value is dereferenced before it is checked, but ...

[CrashReport] UE4Editor_SlateCore!SWidget::ExecuteActiveTimers() [swidget.cpp:986]

UE - Rendering Architecture - Materials - Dec 15, 2017

User comments:right mouse button in material editor made engine crash....becomes slow and crash....64gb ram, 2 xeon and gtx690....need to restart computer to everything works fine. need a solution t ...

[CrashReport] FDeferredShadingSceneRenderer::ShouldPrepareDistanceFieldScene()

UE - Graphics Features - Jan 4, 2018

Sent in the unattended mode ...

LODs are still exported when using Export Selected with "Level of Detail" disabled

Tools - Sep 23, 2017

This happens when using Export Selected. If you export by right clicking through the Content Browser, the LODS are not exported. ...

Project fails to build for iOS from Windows when Generate .uedebugsymbols is enabled

UE - Platform - Mobile - Jan 9, 2018

This does not occur in 4.18.3 at CL 3823254UATHelper: Packaging (iOS): ERROR: System.IO.DirectoryNotFoundException: Could not find a part of the path 'D:\Epic Games\UE_4.19\Engine\Binaries\ThirdPa ...

Breakpoint triggered in Visual Studio after running "{,,UE4Editor-Core}::PrintScriptCallstack()" command

UE - Gameplay - Blueprint - Jan 10, 2018

Running the command {,,UE4Editor-Core}::PrintScriptCallstack() in the Immediate Window in Visual Studio while debugging is paused in Visual Studio will result in a breakpoint being hit when the ...