// UNREAL ENGINE PLUGIN

AI Node Code Editor

Write and edit node logic with an in-editor AI assistant.

The AI Node Code Editor (shipped on FAB as Quick Code Editor) adds a lightweight C++ code editor inside the Blueprint editor. Select a C++ function node and its declaration and implementation load into a docked panel where you can read, edit, autocomplete, ask an AI assistant, save, and build, all without leaving Unreal. It is meant to complement your IDE for quick reads and small edits next to the graph that calls the function.

AI Node Code Editor for Unreal Engine

What it does

  • Node-aware loading: pick a C++ function node and its declaration and definition load automatically.
  • Dual panes for the declaration (.h) and implementation (.cpp).
  • AI assistant backed by Claude or ChatGPT that can explain, optimize, or expand a function.
  • AI inline completions and a member, keyword, and reflected-symbol autocomplete dropdown.
  • Generate Definition stubs an implementation straight from a declaration.
  • Save and Build triggers a Live Coding compile from the panel.