Getting GeometryCollectionDebugDrawActor to work in UE5

Has anyone gotten the GeometryCollectionDebugDrawActor to work in UE5? Not even enabling “Show Rigid Body ID” works for me. Are there settings outside of the DebugDrawActor that need to be enabled for the IDs and stuff like collision debugging to actually show up? Also is there a way in 5 to select specific Geometry Collections for debugging since the section for “Selected Rigid Bodies” (as shown in the documentation of UE4) is not there anymore.

3 Likes

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