Function node can be used to call Functions Sources.
Custom functions can be created using Function containers. The same Function container can be called in multiple places.
To create functions, you'll need to create and name a Container, and set it's type to Function Source.
You can define multiple inputs & outputs in the Function source. These inputs & outputs will show up in the Function Caller node once the source is selected.
Enabled | Enable or disable the node, disabled nodes will not do anything | |
RefObject | Defines the function the Function node will call. Function source needs to be named to be visible in the Set menu. | |
--- | --- | --- |
Basic | Type | Defines the container Type. Use Function Source for Functions. |
Global | Defines if the Function Source is Global or Local. | |
Advanced | Edit Redirects | Inputs and Outputs can be defined here. |
Here's a link to the hype that shows how to implement and use the Function node: