Features
Context System
Right-click Blueprint nodes and add them as context for targeted AI assistance.
🧠 Context System
Right-click any Blueprint element and "Add to @NeoAiContext" to give the AI complete visibility into your specific nodes and logic.
🖱️ How It Works
Step 1: Right-Click Any Element
Select nodes, groups, or components and right-click to see the context menu.

Step 2: Context Added
Once added, your elements appear in the @NeoAiContext panel for AI queries.

📝 What You Can Add
- 🔹 Single Nodes - Individual Blueprint nodes
- 🔸 Node Groups - Selected groups of connected nodes
- 📋 Entire Blueprints - Complete Blueprint classes
- 🔧 Components (Coming Soon) - Specific components and their settings
- 📁 Functions (Coming Soon) - Custom functions or events
💡 Using Context in Queries
Without Context
"How do I make my character move faster?" → Generic movement advice
With Context
"Looking at my Context, how can I increase character speed?" → Specific suggestions based on your actual movement setup
🎯 Best Practices
✅ Add Context For:
- Nodes you need help debugging
- Complex logic sections for analysis
- Functions you want to extend or optimize