Is there any way to see the ACTOR icon in game?

Hi! As in the title, Is there a setting or method to make the actor icon visible?


I want to do the same action as when G is pressed!

Show a billboard? Is that what you mean?

make the actor icon visible

do the same action as when G is pressed

Entering the Game View mode makes icons disappear. So, what do we want?

1 Like

Assuming its for debugging, the easiest way would be make a function that iterates all actors and marks them when a certain debug setting is enabled. Basically a radar.

1 Like

When you are in the editor window and press G it will show you the game view. What I want is the opposite. When I’m in the game, to be able to see the editor view.

If you play in the Selected Viewport you can eject:

And mess around with those:


Apart from that, add billboards as a debug markers and don’t hide them in game. Or Get All Actors → Show their debug (which you need to set up yourself, ofc). It’s pretty common to create a visualisation debugger that caters to your own needs.

1 Like

I think I found something, thanks a lot!!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.