Getting GeometryCollectionDebugDrawActor to work in UE5

GeometryCollectionDebugDrawActor is Deprecated, Use normal debug draw Chaos Physics commands。You can try
p.Chaos.DebugDraw.Enabled 1
p.Chaos.Solver.DebugDrawCollidingShapes 1
to show the collision

3 Likes