[CrashReport] UE4Editor_UnrealEd!UEditorEngine::CheckForWorldGCLeaks()

UE - Foundation - Core - UObject - Jun 29, 2017

This is a common crash occurring for users in 4.16. It is spread out among around 60 different CrashGroups in CrashReporter, because every case has a slightly different callstack. This appears to ...

Dismissing "Place phone into daydream headset" leaves app at black screen

UE - Platform - XR - Jun 29, 2017

Currently experiencing an issue when re-entering Google Daydream game after exiting the Daydream setup (place your phone in headset) screen by pressing the x in the top left corner of the screen. Wh ...

HTTP Module can wait indefinitely (or at least minutes) when shutting down on outstanding requests

UE - Online - Jun 28, 2017

https://udn.unrealengine.com/questions/378873/bug-datarouterolepicgamescom-requests-should-be-ca.html?childToView=379014#answer-379014 ...

Copying a socket to another skeleton adds a "_0" suffix

OLD - Anim - Jun 28, 2017

Copying a socket to another skeleton adds a "_0" suffix Occurs on? 4.15 - 3450819 - YES 4.16 - 3466753 - YES 4.17 - CL#3512142 - YES ...

[CrashReport] Assertion on in UMaterialInterface::InitDefaultMaterials()

UE - Graphics Features - Jun 28, 2017

This is a common Mac crash occurring in the 4.16.1 release. I have not found any evidence of it occurring on Windows. The callstack closely matches [Link Removed], which was briefly experienced by ...

Crash occurs with gameplay tag map variable compiles with default value changed

UE - Gameplay - Blueprint - Jun 28, 2017

there is a crash that occurs with gameplay tag map variable compiles with default value changed. This issue occurs no matter what the secondary value of the map is. I was unable to test this issue i ...

Packaged project crash on open with GEngine & ConstructorHelpers

UE - Foundation - Core - UObject - Jun 28, 2017

When GEngine is used in a constructor before calling a ConstructorHelper function, the packaged game will crash on open with an assertion about recursion (see screenshot) ...

Package fails to load due to EditorOnly data when launched onto Mac or Windows

UE - Foundation - Core - Jun 28, 2017

LogPlayLevel: QAGame: [2017.06.28-14.09.14:706][ 0]LogLinker:Warning: Unable to load package (../../../QAGame/Content/UMG/UMG_Sprite.uasset). Package contains EditorOnly data which is not supported b ...

[CrashReport] UE4Editor_Engine!USplineMeshComponent::CalculateScaleZAndMinZ()

Tools - Jun 27, 2017

This is a common crash occurring in the 4.16 release. It has occurred for many users, but nearly every user's project is named some variation of "pinball", this makes me wonder if the repro is surf ...

UKismetSystemLibrary::CollectGarbage() does not work in shipping builds

UE - Gameplay - Jun 27, 2017

deferred commands get run even in shipping, but "obj gc" is compiled out and therefore doesn't work. UWorld has a ForceGarbageCollection call but it's not equivalent to calling "obj gc", I'd prefer ...