How to show collision in play mode

i have genereted scene, and i need see how collision spawn in scene. In editor, for static mesh , i see collision box, but how can show this collision box in play mode?

The collision box render is for editor visualisation. It doesn’t exist at runtime, you would have to create one yourself.