How can I manipulate world location through a minimap widget?

Looks like this was done by overriding onClicked and feeding the reference to the widget. Or by tracing.

  • create a reference variable in the widget
  • get player controller → get hit under cursor → break hit → Actor → set widget’s reference
1 Like