Skip to content

TargetWidget Get Info

Read target and manager information from a spawned Target Object component.

Parameters

Parameter Description
Target Object The Target Object component on the spawned UI object.
Target Optional output for the tracked Transform.
Manager Optional output for the manager that created the widget.
Camera Optional output for the manager camera.
Icon Root Optional output for the manager indicator panel.

Typical Use

  1. Get the widget instance or reference the Target Object component on the spawned prefab.
  2. Run the action to read the target and manager information.
  3. Use those outputs to update labels, colors, meters, or effects on the widget.

Notes

  • This is useful inside FSMs placed on the indicator prefab itself.
  • For only the tracked target, use TargetWidget Get Target.