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
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