Verse Build Errors

Summary

After the recent update, I started getting Verse build errors on all of my projects.

Please select what you are reporting on:

Verse

What Type of Bug are you experiencing?

Other

Steps to Reproduce

Open UEFN.
Open any project that uses Verse.

Expected Result

The project builds successfully without any Verse errors.

Observed Result

The build fails with Verse errors, preventing the project from running properly.

Platform(s)

pc

Hi @FUNCR - This is a known issue Fortnite Ecosystem v34.10 with Known Issues - #4 by Flak

1 Like

@FUNCR your build is failing?

yes and i can’t launch session

Thank you, checking.

This looks unrelated to the known issue, we’ll have someone take a look.

Could we get your verse errors @FUNCR?


Thank you!

1 Like

Tooltip messages now seem to give an error if they are not outside the class.

1 Like

Same issue! After today’s update, launching any UEFN project will cause errors in Verse.digest.verse and UnrealEngine.digest.verse!

I am facing the same problem… I cannot proceed with developing my map as it now has 686 Verse Build Errors. They seem to be connected to the tooltips.

Bild_2025-03-11_132922639

FunCR’s error is different than the digest errors. Fortnite Ecosystem v34.10 with Known Issues - #4 by Flak

This means you now are required to put the tooltip msg outside of the class scope and itll fix the errors

1 Like

@Flak

Sorry to tag you but i assume you know about the issue with the epic docs digests being all red and errored. You can still build verse code and run sessions as its working for for me. I would assume Epic know the issue and are dealing with it but if you need anything please let me know ill do what i can.

The other errors with the ToolTips are due to the scope the

MsgName:message := “The Msg”

Is in

When the users change the scope this will fix it. I assume it was always intended outside of the class scope and epic changed it and just didnt notify on the patch notes so people get abit worried :stuck_out_tongue:

1 Like

Hi @FUNCR - we updated the release notes yesterday, scroll to Verse Updates and Fixes to see if that helps.

Also @AtAshTag for vis.

2 Likes

FORT-871576 has been ‘Closed’. This issue won’t be fixed—please see examples of why this may be the case.

Thanks @AtAshTag and @Te-Matsuzawa!
I did a another big search today, to see if i could uncomment every tooltip in my project yet… and just now found your posts from 2 weeks ago. They are concise and solved my tooltips immediately. Thank You!!

Can someone please explain to a dummy like me which of these 2 lines refers to tooltext Messages must now be in a different context than the class who uses them?

All it means is the tooltip needs to be outside the class scope so in this snip the class is MainMenuSetupClass and the tooltip is above it outside the scope

Is that what you mean ?

1 Like