VerseIsland
Feed Learn Leaderboard Guides Explore Search Docs Verse Library
Sign in
Feed Learn Leaderboard Guides Explore Search Docs Verse Library
Community › UI · Up to Community · UI · 1 of 4 in UI
Browse Community

Using Verse fields in a UMG User Widget

On this page

224 Comments8,681 Views

Introduction

Starting with 38.00, Verse fields can be defined directly in UMG. Create variables in a User Widget that can be bound to widget properties. These variable pass Verse data and are reflected in the asset digest. They will allow creation of custom dynamic UI without relying on device viewmodels.

This tutorial showcases an example where a User Widget's styling is driven through View Bindings and Verse.

All materials are created from UI materials available in the Fortnite > UI > Material folder.

Video

Verse Fields 38.00 Tutorial

Verse Device Code

using { /Fortnite.com/Devices }
using { /Verse.org/Simulation }
using { /UnrealEngine.com/Temporary/UI }

verse_fields_example := class(creative_device):
    # Volume editables
    @editable 
    Style1Volume : volume_device = volume_device{}

    @editable 
    Style2Volume : volume_device = volume_device{}

    @editable 
    AddWidgetVolume : volume_device = volume_device{}
    
    # Messages
    Style1Message<localizes> : message = "Style 1!"
    Style2Message<localizes> : message = "Style 2!"

    # Variables
    var MyWidget:UW_FieldsTest = UW_FieldsTest{}
    var Style1Material:MI_Style1ProgressBar = MI_Style1ProgressBar{}
    var Style2Material:MI_Style2ProgressBar = MI_Style2ProgressBar{}
    var VerseProgressValue : float = 0.0

You're reading a preview

The full reference is free for BrainDeadGuild Discord members — sign in to read it all, or open the original at the source.

Sign in with Discord — free for members Read the original at Epic Games Community

Sign in with your BrainDead.TV / BrainDeadGuild Discord account for full access.

Comments

    Sign in to vote, comment, or suggest an edit. Sign in
    📄
    Source
    Epic Games Community

    Created by a member of the Epic Games community. Rights remain with the original author, under Epic's community content terms. Terms ↗

    View original Sources & licensing
    Request removal
    Last updated Jun 25, 2026
    Keep exploring
    More in UI · 1 of 4
    Next
    fortnite uefn ui example for using verse input and the ui back action to close a menu
    Browse all files in this folder (A–Z)
    Next up
    • 22[4 Comments
    • ###### Documentation & Tutorials
    • ###### Documentation & Tutorials
    • ###### Documentation & Tutorials
    • & Tutorials
    • Fortnite Using Verse Fields In A Umg User Widget
    VerseIsland · an archipelago of Verse & UEFN knowledge
    Learn Guides History About & Press Sources & Licensing Status

    Not affiliated with Epic Games. Fortnite, UEFN, Unreal Engine, and Verse are trademarks of Epic Games, Inc. Content is attributed to its source — see Sources & Licensing.