Hi,
I create a blueprint actor component (BPC) to attach to an actor. From this BPC, I am made the actor to open a widget option menu interface. From the interface, I want to control the actor, for instance its visibility. The idea is to get a BPC for each actor to open their own interface to control them.
So far I arrived to set the UI interface name with the actor name but I don’t arrive to pass the variable of actor scene component to the interface.
Being new, watching the tutorial of Blueprint interface seems to be the solution for it. However, I could not make it work.
Is the best way to transfer variables from BPC to Widget interface via BPI or is there an another way to do it?
Thanks in advance.