Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Omni-Verse - UEFN Verse ToolsNew to Visual Studio Code? Get it now.
Omni-Verse - UEFN Verse Tools

Omni-Verse - UEFN Verse Tools

UEFNCentral

|
4 installs
| (1) | Free
Offline diagnostics, AI-powered code fixes, and integration with UEFN Central for Verse (.verse) files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Omni-Verse - UEFN Verse Tools

Version Installs Rating UEFN Central Verified Publisher

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 →

Omni-Verse running inside UEFN's VS Code editor — Verse code with project explorer and diagnostics


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

  1. Create your account at UEFN Central
  2. Go to Settings → API Keys
  3. Click "Generate New API Key" — copy the uc_... key (shown once)

3. Configure

  1. Ctrl+Shift+P → "Omni-Verse: Set API Key"
  2. Paste your key → Enter
  3. Status bar shows "Omni-Verse: Connected"

4. Fix Your First Error

  1. Open any .verse file
  2. Click the sparkle icon in the title bar
  3. 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

Tool What It Does
Verse Code Generator Generate production-ready Verse from plain English
Code Fixer Paste broken code + errors → get working code
Verse Playground Web-based Verse editor with live diagnostics
Code Library Save, organize, and reuse generated code
Templates Pre-built project templates to jumpstart maps
Verse Snippets Ready-to-use code for common UEFN patterns

Reference & Learning

Resource What It Covers
Verse Devices Database Complete API reference for every UEFN device
Verse Errors Database Every compiler error explained with fixes
Learn Verse Beginner-friendly language guide
Verse Reference Complete syntax and API documentation
Glossary Key Verse terms and concepts
Examples Real-world code you can use in your projects
How-To Guides Step-by-step walkthroughs
Tutorials In-depth Fortnite Creative guides
Blog Tips, updates, and deep dives

Creative Tools

Tool What It Does
3D Asset Generator Generate production-ready 3D models for your maps
Thumbnail Generator Create professional map thumbnails
VANTA Analyzer AI-powered thumbnail analysis and optimization
Discover Optimizer Optimize your Fortnite Discover page listing
Showcase Community showcase of Fortnite Creative maps
Marketplace Browse and share community-created content

Support

Channel Link
Setup Guide uefncentral.com/docs/vscode-extension
FAQ uefncentral.com/faq
Discord Community Join 2,000+ creators
Email support@uefncentral.com
What's New Latest updates
Feature Requests Share your ideas

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 →

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft