Has anyone else encountered an error like this, and if so, how do I fix it?
Did you find any solution for that, my friend? I received this error today and I’m trying to figure out what to do…
This error occurs because there was some kind of error (probably on your code) with the verse persistence scripts,
Persistence Documentation → Using Persistable Data in Verse | Unreal Editor for Fortnite Documentation | Epic Developer Community
Also you can check your verse errors tab for more info regarding the verse runtime error
Yea you’re limited to storing 128kb persistent data per player. If you get this error most likely you have some sort of accidental loop that ends up storing too much data, because if everything is coded correctly you should have a hard time even getting to 128kb

