Video Shorts

Verse Island Shorts

60-second vertical videos — each one teaches a Verse / UEFN technique. Watch inline or tap to open the full guide.

Play an Animation on a Player's Character with Verse

Make a player's own character bow, punch, or strike a pose on cue — no proxy NPCs, no mesh swaps. The new /Fortnite.com/Animation/PlayAnimation module gives you a controller on any fort_character: call Play for fire-and-…

Full guide

Concurrency in Verse: Async, race, and State Machines for Game Logic

Real games do many things at once: a timer counts down while a door opens while an NPC decides whether to chase you. This lesson teaches the async half of Verse — the <suspends> world and Await — then walks every concurr…

Full guide

Build the Car Primitive

A 'car' in UEFN means two things: a real wheeled vehicle (built from Epic-internal components you can't touch from Verse) and a primitive — a placed prop you claim, find by tag, and move yourself. This lesson builds the …

Full guide

Sug Procedural Ui Grid Generation In Verse

Full guide

Generate UI Grids Dynamically with Verse Loops

Placing UI widgets by hand doesn't scale. In this guide you'll build an entire grid of text labels programmatically using nested Verse loops, a canvas with pixel-positioned canvas_slots, and the real GetPlayerUI/AddWidge…

Full guide