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 · 4 of 4 in UI
Browse Community

Using Verse fields events in a UMG User Widget

On this page

811 Comments6,789 Views

Introduction

Starting with 39.40, events can be defined in Verse fields in UMG. Create events that can be bound to widget events such as a button click or hovered event. Trigger callbacks when events are triggered by awaiting for an event directly in your Verse code.

This tutorial showcases an example where a Verse field event triggers changes on a User Widget using a button's On Clicked event in UMG.

Looking forward to seeing what everyone does with this feature!

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

To learn more about the basics of Verse fields, read through Using Verse fields in a UMG User Widget.

Video

Helper Functions

This creates a custom event class which accepts an event from Verse fields and fires a callback to any function once the event is signaled.

Create an empty Verse class and paste this code snippet in it to use these functions across your entire project.

# Custom event class to hold an Event, Cancel, and Await function
event_subscription := class:
    CancelEvent:event() = event(){}

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 · 4 of 4
    Prev
    fortnite how to create an optimized minimap in unreal engine
    Browse all files in this folder (A–Z)
    Next up
    • 8[11 Comments
    • To learn more about the basics of Verse fields, read through [Using Verse fields in a UMG User Widget
    • ###### Documentation & Tutorials
    • ###### Documentation & Tutorials
    • ###### Documentation & Tutorials
    • =jx2px67iGdY)
    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.