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?
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.
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.
I think I found something, thanks a lot!!