[MAJOR] Asset Reflection

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.

4 Likes