Nodes > Constants > Script Reference
This specialized node functions like a ScriptComponent input but allows you to specify a script graph which the ScriptComponent must be an instance of. This allows you to reference functions and variables from that script graph in this one. Tip: Try creating it by dragging a script graph asset into your graph.
Outputs
| Name | Type | Description |
|---|---|---|
| ScriptComponent | ScriptComponent | The input ScriptComponent or ScriptComponent array. |
Properties
| Name | Type | Description |
|---|---|---|
| ref | Asset reference | A reference to the script graph asset this input should be restricted to. |
| Array | bool | If selected, this option will have this node be an input of an array of ScriptComponents instead of a single one. |
| name | string | Title used for this property on the parent object. |
| Sort Index | int | Controls the ordering relative to other properties on the parent object |
| Group Name | string | If not empty, draws this property in a collapsible group with this Group name |
| Hint | string | Tooltip message shown on mouse hover |
Was this page helpful?