Sooo many issues with reflecting assets this patch. We currently cannot launch our sessions since there are errors inside the assets.digest file that we cannot edit.
Please select what you are reporting on:
Unreal Editor for Fortnite
What Type of Bug are you experiencing?
Verse
Steps to Reproduce
Open a project that has reflected assets. Perform the fixes from my tweet. Attempt to launch a session.
Expected Result
It launches
Observed Result
displays errors inside the assets.digest that we cannot fix.
Would like to add that there looks to be NO workaround for particle_system assets, where as for the other assets it looks like they’re still exposed, all VFX are exposed as particle_system_component now.
I have had the same experience and after fixing the errors in verse I can’t launch a session. I have the issue in every project that uses materials in verse.
It’s because you need to delete your Verse files from the following folder: Fortnite Projects\YOURPROYECT\Plugins\YOURPROJECT\sys\versions\516\Content
Delete them without fear. Once you update the map and publish a public version, the error will go away.
Until then, the error will return every time you open UEFN.
@spankysully1 Thanks for your report. We’re investigating now. Would it be possible for you to provide the full editor log right after you’ve encountered said issue?
These differences to asset reflection are normally only supposed to happen when Scene Graph is enabled. The bug here might be that Scene Graph is getting enabled unintentionally- you should be able to check in your Project Settings whether Scene Graph is enabled.
It says enabled for me, but I didn’t do this manually.
However I’m confused, isn’t scene graph out of experimental now so shouldn’t it be enabled by default?
And I never saw it mentioned anywhere that scene graph would change how our assets are reflected?
If so, is it intentional that switching to scene graph makes SpawnParticleSystem not usable at all, as particles are no longer exposed as particle_system, but instead particle_system_component?
Edit: Was replying to an Epic staff member but they deleted their reply…
If Scene Graph got enabled for your project unintentionally, you should be able to re-disable it by editing both the .uplugin file and the .uefnproject file:
Set "EnableSceneGraph": false in the .uplugin file, within the top-level {}s.
Add this in the .uefnproject, within the "dataSets": { ... }" section: "experimental": { "sceneGraph": { "bIsSceneGraphSystemAllowed": false } }
Then reopen your project.
We’re still investigating how this is getting enabled- so if this still doesn’t help, let us know.