Technology

Fortnite Creators Can Publish AI-Powered Conversational NPCs Starting July 30

Martin HollowayPublished 3w ago5 min readBased on 6 sources
Reading level
Fortnite Creators Can Publish AI-Powered Conversational NPCs Starting July 30

Epic Games will let Fortnite creators publish islands featuring AI-powered NPC conversations starting July 30, 2025, when the feature moves out of its "Experimental" phase. The company has been testing the pipeline with select creators since earlier this year, allowing user-generated content (UGC) developers to build experiences where players talk to characters by voice and get real-time responses generated by a large language model (LLM).

Epic has prepared 36 AI personas with what the company describes as "consistent voices and personas," available for creators to place as NPCs (non-player characters) in their islands. The lineup includes established Fortnite characters: Agent Jonesy, Peely (a banana), Fishstick (a walking fish), and Cuddle Team Leader (who wears a pink bear mascot head), among others. The Verge

The voice models are built from performances captured from independent professional actors, recorded specifically for use in developer-made islands. The actors agreed to have their performances used to train voice models that generate spoken responses for the LLM-powered characters. This is a different approach from licensing an existing voice or replicating a celebrity: Epic sourced original recordings with consent structured around the specific use case.

Epic previously tested AI characters with a Darth Vader NPC powered by James Earl Jones' voice, a collaboration that Jones' estate approved. That pilot served as a public proof of concept for real-time, voice-driven NPC interaction at scale.

The LLM driving Fortnite NPC conversations is Google's Gemini, which generates real-time character responses. Fortnite News Players interact with the personas through voice chat, and the model produces spoken replies in character. Epic Games Developer Documentation

On the tooling side, creators working in Unreal Editor for Fortnite (UEFN) enable the persona_component within Experimental Scene Graph features and check LLM-Powered under Experimental Access to configure a persona. The v41.20 Ecosystem Updates and Release Notes on Epic's developer documentation site cover the current state of the feature set. Epic Games Developer Documentation Fortnite News

Epic started letting Fortnite creators test their own AI characters earlier in 2025, with ground rules to keep them from becoming problematic. The move from Experimental to general availability means creators can now publish islands using LLM conversations to the live Fortnite ecosystem, not just test them in isolation.

Epic's next stated step is to work with relevant guilds and voice actors from Fortnite Battle Royale to explore making their original voices available across the Fortnite ecosystem. That signals an intent to broaden the voice model library beyond the initial 36 personas, though the outcome of those guild negotiations is not yet determined.

The architecture reveals something about the infrastructure required for real-time conversational NPCs. A player speaks into voice chat, the input is transcribed and passed to Gemini, the model generates a character-appropriate response, that text is rendered through a voice model trained on a specific actor's performance, and the audio plays back in-game. All of this has to happen within latency thresholds that feel conversational — think of the delay on a phone call, where anything beyond a second or two starts to feel unnatural. That is a multi-service inference pipeline running inside a UGC platform that serves millions of concurrent players.

The consent model Epic has chosen matters as much as the technology here. By commissioning original performances from independent actors under agreements scoped to AI voice model training, rather than scraping existing recordings or applying post-mortem voice licensing, Epic has built a framework that sidesteps the most contentious disputes around AI voice work. The SAG-AFTRA strike in 2023 was largely driven by precisely this issue, and Epic's approach of contracting actors for AI-specific performances, with the Darth Vader estate collaboration as an earlier variant, positions the company on the more defensible side of an unresolved industry argument.

The expansion into guild negotiations for original Fortnite Battle Royale voice actors is the next test of that framework. Whether guilds accept AI voice model training as a compensated work category, and on what terms, will shape how broadly the persona library can grow and what precedent it sets for other platforms.

For creators, the practical shift on July 30 is straightforward: islands with conversational NPCs can go live. For the broader industry, it is one of the first large-scale deployments of real-time LLM-driven character interaction inside a mainstream consumer platform, running on infrastructure that pairs Google's frontier model with Epic's voice synthesis and UGC tooling.