DefaultEngine.ini Configurable Variable change ignored in Standalone (may be a compilation manager issue)

UE - Gameplay - Blueprint Compiler - Jan 29, 2018

If you change a configurable variable's default value in DefaultEngine.ini, the change will be ignored in Standslone mode until you compile and save the variable's blueprint. This causes inconsiste ...

Role and RemoteRole may not be correct after changing

UE - Networking - Jan 25, 2018

There are cases where changing the Role and RemoteRole of a Pawn doesn't get properly replicated. The underlying issue has to do with ScopedRoleDowngrades and Shared Shadow State. A workaround is t ...

Compiling blueprint with nested subobjects loses data

UE - Gameplay - Blueprint - Jan 25, 2018

The attached project is from a licensee who made a Quest system where a blueprint has several ConditionContainer instanced subobjects, that contain EdGraphs with custom question condition nodes. On ...

[CrashReport] - TRawMessageHandler<FTargetDeviceServicePong,FTargetDeviceProxyManager>::HandleMessage()

UE - Platform - Mobile - Jan 25, 2018

User comments:Packaging Android Crash with similar callstack fixed in 4.16: [Link Removed] I verified that the repro steps in that bug do not cause a crash in 4.18.3 Similar crash on Mac: [Link Re ...

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 ...

[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 ...

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 ...