Skip to content

Commit

Permalink
Bad image link
Browse files Browse the repository at this point in the history
  • Loading branch information
Allar committed Feb 10, 2017
1 parent 26f27c6 commit 4fd5d93
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Expand Up @@ -1081,15 +1081,11 @@ Wires should have clear beginnings and ends. You should never have to mentally u
<a name="bp-graphs-align-wires"></a>
#### 3.4.2 Align Wires Not Nodes

Always align wires, not nodes. You can't always control the size and pin location on a node, but you can always control the location of a node and thus control the wires.

Straight wires provide clear linear flow. Wiggly wires wear wits wickedly.

You can straighten wires by using the Straigten Connections command with BP nodes selected. Hotkey: Q
Always align wires, not nodes. You can't always control the size and pin location on a node, but you can always control the location of a node and thus control the wires. Straight wires provide clear linear flow. Wiggly wires wear wits wickedly. You can straighten wires by using the Straigten Connections command with BP nodes selected. Hotkey: Q

Good example: The tops of the nodes are staggered to keep a perfectly straight white exec line.

![Aligned By Wires](https://github.com/allar/ue4-style-guide/raw/master/images/bp-graphs-align-wires-acceptable.png "Aligned By Wires")
![Aligned By Wires](https://github.com/allar/ue4-style-guide/raw/master/images/bp-graphs-align-wires-good.png "Aligned By Wires")

Bad Example: The tops of the nodes are aligned creating a wiggly white exec line.

Expand Down

0 comments on commit 4fd5d93

Please sign in to comment.