I was wondering if there is a way to view the “player collision” in the same way as you can see Lit/Unlit/Wireframe/Lighting with the F Keys while playing.
I tried to change the shortcut for “player collision” but it only works while the game is paused.
Thanks for your answer but “I kinda solved this” 3 years ago but I didn’t mark it as resolved because I’m not satisfied with the result, I ended up using viewmode collisionpawn that has a different result from your command but it’s still not what I was looking for, here’s why:
In UE 5.4 we shipped (in Beta) the Chaos Visual Debugger as the main way to see the collision geometry (among other things like scene queries, constraints), in both, editor and packaged client/server builds (development configuration).
Here is the link to the documentation for the 5.5 version.
The only caveat is that it is not visualized in the game’s viewport.
For that we have a debug draw feature, that draws the collision geometry as wireframes (so it might not be what you are looking for).
You can enable it by executing these console commands