I’m trying to use the Fast Geo plugin and everything seems to be set up right. I keep getting an error for Asyncinitbody not enabled. I’ve tried as console commands and in ini’s but still getting that error that fails the build. I’m referencing this section of the documents:
To enable in Chaos: p.Chaos.EnableAsyncInitBody = trueTo enable in level streaming: LevelStreaming.AllowIncrementalPreRegisterComponents = true
p.Chaos.EnableAsyncInitBody is read-only and needs to be changed in your DefaultEngine.ini.
You can check if it’s enabled or not by opening the console and entering p.Chaos.EnableAsyncInitBody without any value, and it’ll say the current value and where it was last set. The console should also warn you that it’s read-only and can’t be set that way.
If you’ve tried setting it via ini changes, you may have modified the wrong file or done so incorrectly, what changes did you make and to what file?