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
- Get the widget instance or reference the Target Object component on the spawned prefab.
- Run the action to read the target and manager information.
- 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.