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.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-96080 in the post.
0 |
Component | UE - Simulation - Physics |
---|---|
Affects Versions | 4.24 |
Target Fix | 5.6 |
Created | Jul 29, 2020 |
---|---|
Updated | Mar 7, 2025 |