Return Function

A node that ends the execution of the function graph and returns to the execution of the parent graph.

Properties

Property name Type Description
Input port InputExecutePort Executed by connecting with ExecuteWire or TransitionWire
Parameter list List of parameters to input Receives parameters and returns them to the parent graph.
The setting items for each parameter are as follows.

Parameter operations

Add

  1. Click the “+” button
  2. Enter a name

Delete

  1. Select a parameter
  2. Click the “-” button

Reordering

  1. Start dragging the parameter name
  2. Drop it at the new position

Rename

You can rename in one of the following ways.

  • Right-click the parameter name and select Rename from the menu.
  • Click the parameter name to activate it and then click it again.
  • Select the parameter name and press F2 (Win)/Enter (Mac)

Change data type

  1. Click the type name field
  2. Select the type you want to change from the type selection menu

Access

Receives a value from an input port and returns the value to the parent graph.