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": falsein the.upluginfile, 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.