mklabs / graphformatter

Graph nodes layout tool for Unreal Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graph Formatter for Unreal Engine

Graph Formatter is an Unreal Engine plugin that can arrange graph nodes automatically.

Installing

Install From Source

Clone or download this repository to the "[root of your project]/Plugins/GraphFormatter" and restart UE4 Editor.

Install From Marketplace

https://www.unrealengine.com/marketplace/graph-formatter

Usage

Select nodes you want to arrange, or just deselect all nodes and press "Format Graph" button on the toolbar.

Configure it in "Editor Preferences/Plugins/Graph Formatter".

Technical Details

It is based on the ideas of Layered graph drawing.

References:

Fast and Simple Horizontal Coordinate Assignment.

Size- and Port-Aware Horizontal Node Coordinate Assignment.

About

Graph nodes layout tool for Unreal Engine

License:MIT License


Languages

Language:C++ 99.0%Language:C# 1.0%