Crash in Blueprint when clicking on Component variable name that remains after Component was deleted

UE - Gameplay - Blueprint - Jul 25, 2017

This is a common crash in 4.16 and trending in the 4.17 previews. It can be reproduced by clicking on the name of a variable that remains listed in a Blueprint after the associated component has al ...

[CrashReport] UE4Editor_CoreUObject!FCompressedChunk::FCompressedChunk()

UE - Foundation - Core - Jul 24, 2017

This is a common crash affecting users in 4.16 and the 4.17 Previews. The two descriptions provided by users say their crash occurred after updating their project from 4.13. User DescriptionsUpgra ...

Crash when calling Get Material Slot Names node when using a static mesh component that does not have a specified static mesh

UE - Gameplay - Blueprint - Jul 24, 2017

Editor crashes when trying to using get Material Slot Name on a static mesh component that has not has a static mesh specified. ...

UPL addElement and addElements can infinitely recurse if tag is included in inserted data

UE - Platform - Mobile - Jul 24, 2017

Inserting element data which contains the same tag as to insert into can create an infinite loop of adding the element to itself. ...

[CrashReport] UE4Editor_Sequencer!FSequencer::NotifyMovieSceneDataChanged()

UE - Anim - Sequencer - Jul 24, 2017

This is a common crash affecting users in 4.16 and into the 4.17 Preview. User Descriptionscopying-pasting curves in Sequencer Source Context 979 void FSequencer::NotifyMovieSceneDataCha ...

Crash copying a Static Meshes primitive collision member and pasting it on another element

Tools - Jul 24, 2017

Crash copying a Static Meshes primitive collision member and pasting it on another element. The pasted element seems to need at least 2 members for the crash to occur. User description: Editor Cr ...

Right clicking an actor in the Viewport and using the Place Actor feature is broken on Linux

UE - Platform - Linux - Jul 24, 2017

This happens on both Ubuntu 16.04 and Ubuntu 14.04. ...

[CrashReport] UE4Editor_Engine!UTextureRenderTarget::GameThread_GetRenderTargetResource() [texturerendertarget.cpp:44]

UE - Editor - UI Systems - Jul 21, 2017

This is a common crash that has been affecting users since at least 4.15. This may be the same issue as [Link Removed], which was closed due to inactivity User Descriptionsloading a level Source ...

Crash on play if a BP uses a ClearInstances node followed by an AddInstance node

UE - Graphics Features - Jul 21, 2017

Crash on play if a BP manipulates a InstancedStaticMeshComponent by using a ClearInstances node followed by an AddInstance node. This is a blocker for the licensee. This is a regression: Working ...

[CrashReport] Crash trying to destroy an uber graph frame because the RawPointer is still set

UE - Gameplay - Blueprint - Jul 21, 2017

This is a trending crash in the 4.17 Preview. Users have not provided any descriptions of their actions when the crash occurred. Source Context 2408 uint8 *Data = (uint8*)Dest; 2409 ...