Skip to content

Commands GraphEditor

F-Dudley edited this page Sep 26, 2025 · 1 revision

Node Editor Commands


Movement

Moves the specified node in the provided direction and amount.

Example: Node <INDEX> Move <DIRECTION> <AMOUNT>

  • INDEX: The index of the node to move.
  • DIRECTION: The direction to move the node in.
    • UP: Moves the node up.
    • DOWN: Moves the node down.
    • LEFT: Moves the node left.
    • RIGHT: Moves the node right.
  • AMOUNT: The amount to move the node by.

Add

Opens the Node Add Context Menu on Node-Based Editors.

Example: Node Add

Child Commands

Select

Selects the specified item from the Node Add Context Menu.

Example: Select <INDEX>

  • INDEX: The index of the item to select.

Search

Applies changes to the Node Add Context Menu's SearchBar.

Child Commands

Add

Adds a word to the Node Add Context Menu's SearchBar.

Example: Search Add <WORD>

  • WORD: The word to add to the SearchBar.

Remove

Removes the specified amount of words from the Node Add Context Menu's SearchBar.

Example: Search Remove <AMOUNT>

  • AMOUNT: The amount of words to remove from the SearchBar.

Reset

Resets the Node Add Context Menu's SearchBar.

Example: Search Reset

Scroll

Scrolls the Node Add Context Menu's Tree View in the specified direction and amount.

Example: Scroll <DIRECTION> <AMOUNT>

  • DIRECTION: The direction to scroll the Tree View in.
    • UP: Scrolls the Tree View up.
    • DOWN: Scrolls the Tree View down.
  • AMOUNT: The amount to scroll the Tree View by.

Close

Closes the Node Add Context Menu.

Example: Close


Remove

Removes the specified node from the Node Editor.

Example: Node <INDEX> Remove

  • INDEX: The index of the node to remove.

Select

Applies changes to the Node Editor's selection set.

Child Commands

Toggle State

Toggles the specified nodes selection state.

Example: Node Select <INDEX>

  • INDEX: The index of the node to toggle the selection state of.

Reset

Resets the Node Editor's selection set.

Example: Node Select Reset

Move

Moves the Node Editor's selection set in the specified direction and amount.

Example: Node Select Move <DIRECTION> <AMOUNT>

  • DIRECTION: The direction to move the selection set in.
    • UP: Moves the selection set up.
    • DOWN: Moves the selection set down.
    • LEFT: Moves the selection set left.
    • RIGHT: Moves the selection set right.
  • AMOUNT: The amount to move the selection set by.

Straighten

Straightens the Nodes in the Node Editor's selection set, based on their connections.

Example: Node select Straighten

Alignment

Aligns the Nodes in the Node Editor's selection set, based on the specified position.

Example: Node Select Alignment <POSITION>

  • POSITION: The position to align the selection set to.
    • TOP: Aligns the selection set to the top.
    • BOTTOM: Aligns the selection set to the bottom.
    • LEFT: Aligns the selection set to the left.
    • RIGHT: Aligns the selection set to the right.
    • MIDDLE: Aligns the selection set to the middle.
    • CENTER: Aligns the selection set to the center.

Comment

Creates a Comment Node around the Node Editor's selection set.

Example: Node Select Comment


Compile

Compiles the Linked Blueprint, if the Node Editor is a child of a Blueprint Editor.

Example: Graph Compile

Clone this wiki locally