NeoStack AI

Chat Interface

Using the Agent Chat window

The Agent Chat window is a native Slate-based UI for conversing with AI agents directly in Unreal Editor.

Agent Chat Window

Opening the Chat Window

Go to Windows > Agent Chat to open the chat window. The window is dockable—drag it to any panel location in your editor layout.

Basic Usage

  1. Select an agent from the dropdown (Claude Code, OpenRouter, etc.)
  2. Click Connect to establish connection
  3. Type your prompt and press Enter to send
  4. Review the response and any tool calls the AI makes

Context Attachments

You can attach context to help the AI understand your project:

Using @ Mentions

@ Mentions

Type @ in the chat input to quickly attach assets:

  • @BP_ - Search for Blueprints
  • @M_ - Search for Materials
  • @DT_ - Search for DataTables
  • Start typing any asset name after @ to search

A dropdown will appear with matching assets. Select one to attach it to your message.

Right-Click Attachment

  1. Right-click a Blueprint node in the graph editor
  2. Select Attach to Agent Prompt
  3. The context will be included in your next message

Tips

  • Be specific - Clear prompts get better results
  • Provide context - Attach relevant nodes or assets when asking about specific code
  • Review tool calls - Expand tool panels to see what the AI is doing
  • Start fresh - Clear the conversation if context becomes confused

On this page