Description

Consider this function in StaticMeshRender.cpp.

FStaticMeshSceneProxy::GetDynamicMeshElements

Now look for this line in the function:

if(bDrawComplexWireframeCollision || (bInCollisionView && bDrawComplexCollision))

The logic that follows will find a LOD in the static mesh and draw that.

This should be extended to look for StaticMesh->ComplexCollisionMesh and render that instead if it is not null.

 

 

Steps to Reproduce
  1. Open any static mesh, set a different static mesh as the "Complex Collision Mesh"
  2. Show complex collision in static mesh editor. It will preview the correct mesh.
  3. Drag mesh into a test level and enable "Visibility Collision" viewmode, it will show the original mesh, not the "Complex Collision Mesh".

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-96080 in the post.

0
Login to Vote

Unresolved
ComponentUE - Simulation - Physics
Affects Versions4.24
Target Fix5.6
CreatedJul 29, 2020
UpdatedMar 7, 2025
View Jira Issue