[CrashReport] UE4Editor_Engine!FStaticMeshVertexBuffer::BindLightMapVertexBuffer() [staticmeshvertexbuffer.cpp:495]

UE - Graphics Features - Mar 20, 2018

User comment from crash group:reimporting fbx 491 void FStaticMeshVertexBuffer::BindLightMapVertexBuffer(const FVertexFactory* VertexFactory, FStaticMeshDataType& Data, int LightMapCoordinate ...

"Support Compute Skincache" throws an Assert for games on Linux

UE - Graphics Features - Apr 16, 2019

After enabling "Support Compute Skincache" in the project settings and packaging a game on Linux, the packaged game will throw an assert. Any setting that turns "Support Compute Skincache" on automa ...

No shadow cast after Static Mesh Editor material assignment

UE - Editor - Content Pipeline - Datasmith - Importer - Apr 21, 2020

This is a Rhino file. Shadows are not cast on the Static Mesh after materials are assigned in the Static Mesh Editor. This was reported and tested in 4.24.3 (CL-11590370). This was reproduced in 4. ...

Startup Movies not Copied to Content/Movies Directory in Content Browser

Tools - Oct 5, 2016

Startup movies are not being copied to the Content/Movies directory within the Content Browser. This can be confusing to users as it is not editable, but still functions correctly as a startup movie ...

Exporting Mannequin to Blender then Re-importing to UE4 Incorrectly Rotates Animations by 90 Degrees

OLD - Anim - Jun 16, 2015

Exporting the UE4 Mannequin to Blender then re-importing to UE4 breaks the animations, causing them to reimport rotated 90 degrees ...

Animation Orientation does not Auto-Convert to UE4 Coordinates when Reimporting

OLD - Anim - Nov 23, 2015

Animation orientation does not auto-convert to UE4 coordinates when reimporting the same way it does when importing the same animation as a new import. In other words, a run animation generated from ...

Anim Notify blueprints are included in packages when not referenced

UE - Foundation - Core - Cooker - Sep 17, 2018

Anim Notify Blueprints are included in Packaged builds of the editor even if they are not referenced. This does not occur with other Blueprint classes, such as Actor, although it may with some other ...

HUD screenspace does not update correctly when user plays in a different resolution

UE - Editor - UI Systems - May 5, 2020

HUD drawing does not update correctly when the user changes the viewport resolution, resulting in unexpected offset. Safe zones appear to get stuck being enabled even after changing resolution pres ...

[CrashReport] UE4Editor_AnimGraph!FAnimPreviewInstanceProxy::Evaluate() [animpreviewinstance.cpp:158]

OLD - Anim - Feb 27, 2018

No user comments in crash group 152 bool FAnimPreviewInstanceProxy::Evaluate(FPoseContext& Output) 153 { 154 // we cant evaluate on a worker thread here because of the key ...

[CrashReport] UE4Editor_D3D11RHI!FD3D11DynamicRHI::GetQueryData() [d3d11query.cpp:111]

UE - Graphics Features - Apr 12, 2018

One comment from user in crash group:checking out using source control 107 bool bGPUAlive = GDynamicRHI->CheckGpuHeartbeat(); 108 if (!bGPUAlive) 109 { 110 ***** ...