Forum Discussion
JulianPW
5 months agoExplorer
How to increase MaxUObjects for Android?
Working with UE 5.3.2 I want to increase the MaxUObjectsInGame for an Android device.
I already added a Project/Config/Android/DefaultAndroidEngine.ini where I set gc.MaxObjectsInGame and gc.MaxObjectsInProgram.
I also looked into calling FUObjectArray::AllocateObjectPool() but I do not know if there is a correct time in my project to do that. The earliest time to do that that I can think of is GameInstance::Init which is too late, since UObjects were already created. It fails at check(ObjObjects.Num() == 0);.
Thank you.
I changed gc.MaxObjectsInGame in /Engine/Config/Android/AndroidEngine.ini. It works even though I am not working with a source build engine.
2 Replies
Replies have been turned off for this discussion
- JulianPWExplorer
I changed gc.MaxObjectsInGame in /Engine/Config/Android/AndroidEngine.ini. It works even though I am not working with a source build engine.
- MetaStoreHelpCommunity Manager
Hi JulianPW
Thanks for reaching out! You can go to the Developer Support Center for all of our official development resources.
Have a great day!
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 1 year ago
- 2 years ago