Graph Editor Tab

Editable, visual representation of a network of nodes within a Blueprint.

Choose your operating system:

Windows

macOS

Linux

The Graph Editor panel is the heart of the Blueprint system. It is here that you will create the networks of nodes and wires that will define your scripted behavior. Nodes can quickly be selected by clicking on them and repositioned via dragging.

GraphEditor.png

  1. Graph Area - This is where you will actually lay out all of your nodes.

  2. Forward and Back Buttons - These allow you to jump between different graphs very much as you would navigate a web browser.

  3. Tabs area - As you open different graphs, tabs for each one will open here, allowing you to quickly jump between different graphs.

  4. Breadcrumbs - These show a progression of graphs and subgraphs. As you step down into functions or collapsed graphs, this will show you where you are within your network.

  5. Zoom Factor - This simply shows the current zoom ratio in the graph editor.

  6. Blueprint label - This shows the type of Blueprint you are editing. As you edit Blueprint Interfaces, Animation Blueprints, Macros, and other types, this label will update.

Graph Editor Controls

The Graph Editor tab can be navigated using the controls below:

Control

Action

Right-Click + Drag

Pans the Graph.

Mouse Scroll

Zooms the Graph.

Right-Click

Brings up context menu.

Click on node

Selects the node.

Click + Drag in empty space

Selects the nodes inside the marquee select box.

Ctrl + Click + Drag in empty space

Toggles selection of the nodes inside the marquee select box.

Shift + Click + Drag in empty space

Adds the nodes inside the marquee select box to the current selection.

Click + Drag on node

Move node.

Click + Drag from pin to pin

Wires the pins together.

Ctrl + Click + Drag from pin to pin

Moves wires from origin pin to destination pin.

Click + Drag from pin to empty space

Brings up context menu showing only relevant nodes. Wires the original pin to a compatible pin on the created node.

Alt + Click on a pin

Remove all wires connected to the selected pin.

StaticMesh, SoundCue, SkeletalMesh, and ParticleSystem assets can be dragged from the Content Browser and dropped on the Graph Editor tab to create a new AddComponent function call with the asset automatically assigned.

Blueprints - Drag and Drop Component

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss