How can I display a Skeletal Mesh's Physics Asset when playing?

Had the same issue. Testing with UE 5.3

I used the following:

ShowFlag.Collision 1

This will display Skeletal Mesh Physical Asset colliders.

Once that is enabled, I can use

show Collision

to display the Capsule Collider.

Hope it helps :vulcan_salute:

4 Likes