Should I be Spawning menu buttons?

I am having trouble figuring out how to create menus that are not always visible.

I have an actor that and I want a couple of buttons to appear around when it is touched. The problem is if I use Spawn Actor to create the buttons they will only have Prototype rules and cannot access the attributes of the scene. So for example, I want one of the buttons to draw a line between the selected actor and another actor in the scene. I can only do this with actors with instance rules, as far as I know, but I don't want the buttons to always be in the scene, only when the actor is selected.

Is there a general best practice for this type of feature?

Thanks!

Comments

Sign In or Register to comment.