-
Notifications
You must be signed in to change notification settings - Fork 3
Commands GraphEditor
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.
Opens the Node Add Context Menu on Node-Based Editors.
Example:
Node Add
Child Commands
Selects the specified item from the Node Add Context Menu.
Example:
Select <INDEX>
-
INDEX: The index of the item to select.
Applies changes to the Node Add Context Menu's SearchBar.
Child Commands
Adds a word to the Node Add Context Menu's SearchBar.
Example:
Search Add <WORD>
-
WORD: The word to add to the SearchBar.
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.
Resets the Node Add Context Menu's SearchBar.
Example:
Search Reset
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.
Closes the Node Add Context Menu.
Example:
Close
Removes the specified node from the Node Editor.
Example:
Node <INDEX> Remove
-
INDEX: The index of the node to remove.
Applies changes to the Node Editor's selection set.
Child Commands
Toggles the specified nodes selection state.
Example:
Node Select <INDEX>
-
INDEX: The index of the node to toggle the selection state of.
Resets the Node Editor's selection set.
Example:
Node Select Reset
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.
Straightens the Nodes in the Node Editor's selection set, based on their connections.
Example:
Node select Straighten
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.
-
Creates a Comment Node around the Node Editor's selection set.
Example:
Node Select Comment
Compiles the Linked Blueprint, if the Node Editor is a child of a Blueprint Editor.
Example:
Graph Compile