I’m trying to manage actors which are stored in an array. When I click on one of them, others should also be outlined. Meanwhile they can be edited separately.
The effect should like clicking on an actor in editor. I guess there’s some API doing this but I can’t find out.
I don’t want to add object to the scene, so I’m keeping out of using Post Processing or an additional mesh.