[CrashReport] Crash on Linux - FShaderCompilingManager::LaunchWorker()

UE - Graphics Features - Jul 14, 2017

This is a common crash affecting users on Linux. No additional information is available. ...

[CrashReport] Crash related to looped Reroute nodes

UE - Gameplay - Blueprint - Jul 14, 2017

This is a common crash affecting users in 4.15 and 4.16. User DescriptionsI connected two reroute nodes together in a circle. And well it brought me here.I connected a reroute node with a reroutnod ...

[CrashReport] UE4Editor_Landscape!ALandscapeProxy::CreateLandscapeInfo() [landscape.cpp:752]

UE - LD & Modeling - Terrain - Landscape - Jul 14, 2017

This is a common crash affecting users through 4.14 to 4.16. Users have not provided any descriptions. Source Context 740 #if WITH_EDITOR 741 ULandscapeInfo* ALandscapeProxy::Creat ...

[CrashReport] UE4Editor_CoreUObject!FPackageName::LongPackageNameToFilename() [packagename.cpp:381]

Tools - Jul 14, 2017

This is a common crash affecting users in 4.15 and 4.16. It appears to often occur while editing static meshes. User DescriptionsI was editing a mesh, added a socket, didnt immediately rename it, s ...

[CrashReport] UE4Editor_CoreUObject!UPackage::Save() [savepackage.cpp:4597]

UE - Gameplay - Blueprint Compiler - Jul 14, 2017

This is a common crash affecting users in 4.16. Users have not provided additional information. Source Context// Set the parent index, ifthis export represents a UStruct-derived object 4589 ...

Crash upon taking a screenshot on Gear VR

UE - Platform - XR - Jul 13, 2017

Using the shot console command or the RequestScreenshot function to take a screenshot in Gear VR causes the app to crash. This was tested on Android-19, ETC-1 configuration, with both Developer Mode ...

Server crashes when client connects after Server has reloaded a sublevel with a deleted actor

UE - Networking - Jul 13, 2017

UNetDriver::DestroyedStartupOrDormantActors maintains a list of deleted startup (and dormant) actors. This is used to notify clients that have joined the server of Actors that need to be destroyed ...

Curves from Animation Samples in Aim Offsets are ignored

OLD - Anim - Jul 11, 2017

Curves from Animation Samples in Aim Offsets are ignored In the attached project, all of the AimOffset Poses have a value assigned to the TestCurve. If you open the AimOffset and then open the Ani ...

Nativized build will crash on launch if a nativized Actor-based Blueprint class includes an instanced subobject that references another instanced subobject but does not also own it.

UE - Gameplay - Blueprint - Jul 11, 2017

Crash occurs because the generated ctor for the nativized Actor-based Blueprint class is incorrectly trying to recreate a default subobject it owns through another instanced subobject. ...

Child Actor Components Not Properly Destroyed on Clients

UE - Networking - Jul 6, 2017

Child Actor Components are not being destroyed on clients when Destroy Actor is called on the Actor containing the Child Actor Component. ...