Is there a way to access updated variables from other actors from a utility widget in PIE/Simulation mode?
I need to access the position of some actors that simulate physics from a utility widget but it only returns the default position.
Thank you for answering and taking the time to show a solution but it is not what I am looking for. I need to get the position of the actor from a Utility Widget.
While making a video to show you the problem in a blank project I found the problem. So thank you very much
To obtain the variables of an actor (Position in this case) updated from a utility widget in PIE/Simulation/Runtime mode it is necessary to have the actors selected during execution time. In this way it is possible to obtain the updated variables. If they are not selected, it only returns the default value.