Epic Games has given Fortnite creators a new tool called Conversations that turns any NPC on a creator-built island into an AI-powered character with unscripted dialogue and voice. The feature launched in an experimental state on April 20, 2026, and is powered by Google's Gemini 3.1 Flash-Lite for language and ElevenLabs for voice synthesis.

What Happened

The Conversations tool lets creators define a character with a short prompt describing who they are, what they know, and how they behave, then pick a voice that matches the persona. Players interact with the NPC by speaking or typing, and the character responds in real time without pre-scripted dialogue trees.

Epic confirmed that the feature is gated to development-only use for now. Creators cannot ship a public island with AI characters until the tool exits its experimental phase and enters beta, and Epic has not shared a timeline.

Why It Matters

Fortnite's creator platform has tried for years to become a broader UGC ecosystem rivaling Roblox. Conversations is the first time Epic has handed creators a system-level AI feature rather than a one-off celebrity stunt like last year's AI-powered Darth Vader using James Earl Jones' voice. If the beta ships, island creators get quest givers, narrators, and reactive townsfolk without writing dialogue trees, which is one of the most time-consuming parts of designing a persistent world.

The pairing of Gemini 3.1 Flash-Lite with ElevenLabs also signals where the consumer NPC stack is settling: a small, fast text model for on-the-fly reasoning plus a best-in-class voice provider for output. Creators who build in other engines should expect similar templates to arrive in Unity and Unreal Engine plugins soon.

Key Details

  • Status: Experimental. Cannot publish islands with AI characters yet.
  • Language model: Google Gemini 3.1 Flash-Lite (audio input, text output).
  • Voice: ElevenLabs voice synthesis on top of the generated text.
  • Authoring: Prompt-based persona definition plus voice selection.
  • Restrictions: Epic updated its creator rules. AI personas cannot provide medical or mental health guidance, role-play as a romantic partner, or be designed to bypass safety systems.

What To Do Next

If you already build on UEFN, turn the tool on in your dev environment today and draft three or four throwaway personas to see where the Gemini Flash-Lite ceiling is on quest logic and memory. Pay attention to latency end-to-end, since voice generation stacks on top of language generation and will dominate the player-perceived delay.

If you build elsewhere, treat this as the reference stack for AI-NPC design in 2026. A small fast LLM plus ElevenLabs voice, prompt-defined persona, and hard safety rails against romantic or therapeutic role-play is the template other platforms will copy.