Skip to main content

Changelog

1.0.0 — 2026-09-24​

Initial release.

  • Layered graph layout by execution flow, with crossing minimization and configurable spacing.
  • Automatic comment boxes per logical section, titled and colored by category.
  • Hygiene passes: remove orphan nodes, remove no-op reroutes, merge duplicate casts.
  • Member organization: sort and auto-categorize variables, enforce bool prefix and PascalCase, sort functions/macros/dispatchers alphabetically.
  • Report tab with before/after stats and extract-function/deep-branch suggestions.
  • Ctrl+Alt+L / Ctrl+Alt+Shift+L shortcuts and an Organize toolbar button.
  • C++ API (UeaboCore / IUeaboOrganizer.h) for other plugins.
  • Support for UE 4.27, 5.0, 5.5, 5.6, 5.7 and 5.8, Win64, editor-only.