We’re aware of an issue where Scene Graph is turning on automatically, preventing some UEFN creators from launching their projects. While we work on a fix, you can resolve this by editing your project files.
- Add "EnableSceneGraph": false to your .uplugin file
- In your .uefnproject file, under "dataSets": {}, add: "experimental": { "sceneGraph": { "bIsSceneGraphSystemAllowed": false } }
We’ll share more updates as we make progress. Thanks for your patience!