Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 966 Bytes

File metadata and controls

22 lines (14 loc) · 966 Bytes
linktitle title description weight
Finding Nodes
Finding Nodes in Script Canvas
Learn how to find all nodes of a certain type in a Script Canvas graph in Open 3D Engine.
200

If you want to find all nodes of the same type on a graph - for example, to check their configuration - use the following procedure.

To find all instances of a node

  1. In the Node Palette search box, enter the name of the node.

  2. In the list of results, click the name of the node whose instances you want to find.

  3. To scroll to the right, starting at the leftmost node occurrence, press F8. The relevant nodes are highlighted with an orange glow.

  4. To scroll to the left, starting at the rightmost node occurrence, press F7.

  5. To return to the beginning or end of the cycle, press F7 or F8 again.

    Visiting all instances of a node in a graph in the Script Canvas Editor.