
Stop copy-pasting compiler errors into ChatGPT. Omni-Verse reads Epic's real Verse compiler output and fixes your code in one click — directly inside UEFN's editor. Every fix is validated against the official Verse API digest. Zero hallucinations. Zero tab-switching.
Built by UEFN Central — the platform trusted by thousands of Fortnite Creative developers.
Watch the 30-second demo →

The Problem
You're building a Fortnite Creative map. You write Verse code. The compiler throws 12 errors. Now what?
- ChatGPT hallucinates methods that don't exist (
player.GetHealth() — not a real API)
- Copilot doesn't understand Verse syntax —
Floor[X] not Floor(X), # not //
- Copy-pasting errors between UEFN and a browser tab kills your flow
Omni-Verse eliminates this entire loop. One click. Real compiler errors in, working code out.
Features
One-Click Compiler Fix
Right-click any .verse file → "Fix with UEFN Central", or click the sparkle icon.
- Reads real compiler diagnostics from Epic's Verse compiler — the exact errors from UEFN's Message Log
- Sends code + errors to a multi-model AI pipeline (Claude, GPT-4o, Gemini) purpose-built for Verse
- Returns a corrected version with a side-by-side diff preview — review before applying
- Every fix is cross-checked against the Verse API Reference and Verse Error Database to prevent hallucinated methods
Generic AI suggests player.SetHealth(100). Omni-Verse knows that method doesn't exist in Verse and won't generate it.
Project Brain — Full Workspace Awareness
Unlike generic AI tools that only see one file, Omni-Verse scans your entire project:
- Understands your architecture — custom classes, interfaces, module imports across files
- Fixes cross-file bugs — referencing a method defined in another
.verse file? Omni-Verse sees it
- Configurable context — control how much project context is sent with each fix request
- Works with any UEFN project — standard folder structures, custom layouts, monorepos
Offline Diagnostics — No API Key Needed
Catch common Verse mistakes as you type, with zero latency and zero cost:
- Missing colons:
if (Cond): not if (Cond) — most common Verse error
- Brackets vs. parentheses:
Floor[X] not Floor(X) — failable functions use []
- Invalid comments: Verse uses
#, not //
- Wrong return syntax, missing effects, and 20+ rules from the Verse syntax reference
Quick Fix All
Run Omni-Verse: Quick Fix All (Offline) — every detectable issue in the current file is fixed instantly. No API call, no latency. Deterministic rules derived from thousands of real Verse compiler errors.
Bidirectional Live Sync
Kill the copy-paste tax between your browser and editor:
- Push to Web — Send your
.verse file to the UEFN Central Playground with one click
- Push to VS Code — From the web playground, send code directly into your open editor
- Real-time connection with automatic reconnection on network drops
- Generate code on the web, push to VS Code, compile in UEFN — no tabs, no clipboard
Getting Started
1. Install
Install from the Visual Studio Marketplace, or search "Omni-Verse" in the Extensions panel.
Using UEFN's built-in VS Code? Download the VSIX file and install via Extensions → ... → "Install from VSIX...".
2. Get Your API Key
- Create your account at UEFN Central
- Go to Settings → API Keys
- Click "Generate New API Key" — copy the
uc_... key (shown once)
Ctrl+Shift+P → "Omni-Verse: Set API Key"
- Paste your key → Enter
- Status bar shows "Omni-Verse: Connected"
4. Fix Your First Error
- Open any
.verse file
- Click the sparkle icon in the title bar
- Review the diff → click Apply
Full setup guide with screenshots
Commands
| Command |
What It Does |
Fix with UEFN Central |
Send code + compiler errors to AI — get a diff preview back |
Quick Fix All (Offline) |
Auto-fix all detectable issues instantly, no API needed |
Push to Web Playground |
Send current file to the web playground |
Set API Key |
Configure your UEFN Central API key |
Clear API Key |
Remove stored API key |
Show API Credits |
Check remaining credits and usage |
All commands are prefixed with Omni-Verse: in the Command Palette.
Settings
| Setting |
Default |
Description |
omniverse.diagnostics.enabled |
true |
Offline Verse diagnostics as you type |
omniverse.diagnostics.debounceMs |
500 |
Diagnostic update delay (ms) |
omniverse.projectBrain.enabled |
true |
Scan workspace for project-aware fixes |
omniverse.projectBrain.maxFiles |
200 |
Max .verse files to index |
omniverse.projectBrain.maxContextTokens |
2000 |
Token budget for project context |
omniverse.liveSync.enabled |
true |
Live sync with web playground |
omniverse.liveSync.autoApply |
false |
Auto-apply incoming code without prompt |
Pricing
| What You Get |
Cost |
| Offline diagnostics + Quick Fix All |
Free — no API key needed |
| AI code fixes + live sync + full integration |
$39.99/mo — Unlimited + VS Code plan |
The Unlimited + VS Code plan includes everything in UEFN Central:
- Unlimited Verse code generations via the web generator
- Unlimited AI code fixes via the web fixer and this extension
- Unlimited revisions per generation
- Advanced multi-model pipeline — Claude, GPT-4o, and Gemini working together
- Priority queue — your requests are processed first
- Priority support — direct email and Discord access
- Live VS Code integration — bidirectional sync between web and editor
- Forever history — every generation saved in your Code Library
View all plans →
The UEFN Central Ecosystem
Omni-Verse is one tool in a complete development platform. Everything works together:
Code & Development
Reference & Learning
Support
About UEFN Central
UEFN Central is the premier AI-driven ecosystem for Fortnite Creative developers. Trusted by thousands of creators worldwide, we provide specialized tools for Verse code generation, automated validation, 3D asset creation, and seamless development workflows.
Verified publisher on the Visual Studio Marketplace. Domain verified by Microsoft.
Start building at uefncentral.com →