Invoke Component Method Plugin
This plug-in allows you to invoke nearly any public method on any attached component. Therefore it should be used with care.

Fields#
| Name | Description |
|---|---|
| Remote Target | If checked the plug-in will target the component specified as the Remote Target on the Action Sequence. Otherwise it will use the Component on the current Game Object. |
| Component | This list is built dynamically and fetches a list of all known components. Search for and select the component you wish and press Enter. |
| Method | Dynamically built list for selected component showing all public methods. |
| Signature | Dynamic list built based on the selected component, it shows all overloads for the selected method. |
| Parameters | Dynamically build list of fields required by the selected method and signature. |