Skip to content

A plugin to help you to create node graph faster and easier in unreal engine 4.

Notifications You must be signed in to change notification settings

Aboutdept/UE4-Node-Graph-Assistant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UE4-Node-Graph-Assistant User Guide

Support page: https://forums.unrealengine.com/unreal-engine/marketplace/1435240-node-graph-assistant
Marketplace page: https://www.unrealengine.com/marketplace/node-graph-assistant
中文说明:https://github.com/pdlogingithub/UE4-Node-Graph-Assistant/blob/master/Doc/%E8%99%9A%E5%B9%BB4%E8%93%9D%E5%9B%BE%E5%8A%A9%E6%89%8B%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E.md

  1. Right click multi-connect: right click on pin to multi-connect,right click on panel to cancel,you can also pan the graph when dragging a wire.
    1

  2. Left click multi-connect: Click on pin to start free panning,zooming and multi-connecting.
    2

  3. Shift click multi-connect: When dragging a wire, hold down shift to start free panning,zooming and multi-connecting.
    3

  4. Dupli-wire: Shift click or drag on pin to duplicate wire.
    4

  5. Rearrange nodes: Press Alt+R to rearrange nodes, most suitable for small block of nodes.
    5

6.Connect nodes: Press Alt+C to auto connect all plausible pins withing selected nodes.
6

  1. Bypass node: Press Alt+X will remove selected nodes on wire.
    *additionally hold down Shift will keep bypassed nodes in place without removing them.
    *additionally config in editor settings allow bypassed nodes to be put into clipboard for later paste action.
    7

  2. Create node on wire: Right click on wire to create node on wire.
    *also works for nodes created with hotkeys,for example,in material editor hold down "a" key and click on wire will create a add node on wire.
    8 81

  3. Highlight wire: Left click to highlight wire, hold down shift to highlight multiple wires, middle mouse double click on pin to highlight all connected wires.
    9

  4. Cutoff wires: Hold Alt and drag across wires to break them.
    10

  5. Select linked nodes: Middle mouse double click on a node to select all connected nodes.
    Depending on whether the left or right area of the node is clicked on, this will select all children or all parents.
    Or use the hotkey Alt+A, or Alt+D.
    11

  6. Lazy connect: When dragging off of a pin, the wire will snap to the closest pin on the hovered node.
    (Hold Shift and dragging over pins to batch connect.it may appears laggy if "live preview" button is on for material graph.)

12

  1. Auto connect: When moving a node, its pins will align to surrounding connectible pins. Releasing mouse will commit connections.
    Holding Alt will suppress auto connect.
    13

  2. Wire style: press the toolbar button to cycle through wire styles.
    14

  3. Shake node off wire: Shake a node quickly while dragging to bypass this node from wires.
    15

  4. Duplicate with inputs: Duplicate selected nodes and keep input wires with Alt+V
    16

  5. Insert node on wire:
    17

  6. Exchange wires: Exchange two sets of wires with Alt+T
    *cursor position will direct which wires to operate on if there are multiple plausible wire sets.
    18

Go to the editor preferences to see more settings.

14
15
16

About

A plugin to help you to create node graph faster and easier in unreal engine 4.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.8%
  • C# 1.2%