Utility widget PIE upate variables

Hello,

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.

Thanks in advance.

Hi, is this what you want?

I created a custom event and checked Call in Editor.

Hello,

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 :slight_smile:

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.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.