MultiGate

When a MultiGate node is triggered, one of the output pins is executed. A MultiGate node can have multiple output pins. To add another output pin, use the Add pin + option.

These are the input pins of the MultiGate node:

  • Reset: An execution pin used to reset the MultiGate node and allow new executions of the output pins.
  • Is Random: A Boolean variable. If the value is True, then the order of execution of the output pins is random.
  • Loop: This is a Boolean variable that indicates how the MultiGate node will behave after the last output pin is executed. If the value is True, then the MultiGate node continues to execute the output pins. If False, then the MultiGate node will stop executing the output pins.
  • Start Index: An integer value indicating the first output pin to be executed.

The following screenshot shows an example of the MultiGate node. When the Tab key is pressed, a MultiGate node is used to set a different Static Mesh at each execution. The Loop parameter is checked, so MultiGate will continue executing the output pins after the last output pin is executed:

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset