[CrashReport] UE4Editor_ShaderCore!FShader::GetVertexShader() [shader.h:568]

UE - Graphics Features - Nov 21, 2017

This is a common and longstanding crash that has occurred since at least 4.16 User DescriptionsTrying to paint my new sandtexture onto the terrainOpened the material editor by double clicking a mat ...

[CrashReport] UE4Editor_ShaderCore!FVertexFactory::Set() [vertexfactory.cpp:190]

UE - Graphics Features - Nov 17, 2017

This is a common crash in the 4.18 release. It is the exact same callstack (and crashGroup) as in [Link Removed], although that Jira had specific repro steps and was confirmed fixed in 4.18.0. The ...

InstanceData->SetInstance crash when transforming InstancedStaticMesh

UE - Graphics Features - Nov 13, 2017

When updating InstanceStaticMesh transform from C++ or BP, UpdateInstanceTransform then FStaticMeshInstanceBuffer::UpdateInstanceData gets called. Sometimes InstanceData->SetInstance in FStaticMeshI ...

On Linux, Mouse input is not capture in Skeletal mesh editor -> Section Selection right click menu

UE - Platform - Linux - Nov 3, 2017

Attempting to interact with the pop up menu that appears when right clicking in Skeletal Editor -> Section Selection causes the pop up menu to be closed instead. Regression: No - same behavior occu ...

[CrashReport] UE4Editor_Engine!FSkeletalMeshObject::UpdateMinDesiredLODLevel() [skeletalrender.cpp:81]

OLD - Anim - Nov 2, 2017

This is a somewhat common crash that has occurred since at least the 4.16 release. User DescriptionsReimported a skeletal mesh from an FBX file.reimported static mesh Source Context 70 v ...

HTML5 Black Screen When Launching on Chrome With Mobile HDR Disabled

UE - Platform - Mobile - Nov 2, 2017

When launching the project with Mobile HDR disabled it launches with a black screen. This occurs in 4.16.3, 4.17.2, 4.18, and Main, from my testing. Launching with Mobile HDR enabled works fine exce ...

[CrashReport] Undo crash - FD3D11DynamicRHI::RHIDrawIndexedPrimitive() [d3d11commands.cpp:1650]

UE - Graphics Features - Nov 2, 2017

This is a trending crash coming out of 4.18, although it also occurred with less frequency in 4.16 and 4.17. The callstack shares similarities to [Link Removed] and [Link Removed], and the user com ...

Depth of Field Blur on Cinematic Camera Not Working Before Focal Point

UE - Graphics Features - Nov 1, 2017

The depth of field blur when viewing through a cinematic camera no longer blurs between the camera and the point of focus. This is a regression; it was working as intended in 4.17. ...

"Parent Class:" field missing from actor description when hovering over an actor in the content browser

UE - Gameplay - Blueprint - Oct 30, 2017

"Parent Class:" field missing from actor description when hovering over an actor in the content browser This field was available in 4.16, however it is no longer available in 4.17 (Appears to be a ...

Crash on checking event track key property after setting static mesh reference element

UE - Anim - Sequencer - Oct 19, 2017

Event track key with a structure containing staticmesh reference. Setting the staticmesh then reopening the property crashed the editor. ...