November 10th, 2020 Livestream Snutt & Jace Talk: Unreal Engine Object Limit

November 10th, 2020 Livestream

Snutt & Jace Talk: Unreal Engine Object Limit

https://youtu.be/bk2ojhuil-g

Suggested Wiki Reference Code <ref name="yt-bk2ojhuil-g">[https://youtu.be/bk2ojhuil-g YouTube - November 10th, 2020 Livestream - Snutt & Jace Talk: Unreal Engine Object Limit]</ref>

Topics

Transcript

I haven't seen that though yeah so the only question I have, I placed one 500 computer and also a 15 000 computer that's crazy and the same problem occurs the number of principles, will it be, a fix to the amount of items we have in the save I have a 100 000 items, and I want to know if I need to start again I just deal with a lag okay so first of all there is an object limit in the game that has not been put on by us and it's not bound by hardware it's by the engine in the recent video with ben he actually talks about how you can change that, however that is not supported by us it's at your own risk because we don't know for sure what that is going to do he's observed more crashes when people do do that, so if you go to our youtube channel I'll link the video again yeah it's kind of not recommended actually by us even, yeah and then so also so that's so that's here's the video so that's, that object limit as for the game lagging as you add, items like 500 000 items that's gonna happen and that's probably gonna always happen, the the difference the thing that we can do is we can hopefully change the threshold so if you're lagging at 500 000 items, hopefully we can fix it to a point where that you get that same amount of lag but at a million items but ultimately if you can just build forever you're going to hit that lag point at some point yeah, so yeah we we constantly optimize and also in that video, ben talks about optimization so we're constantly doing that and things get better with every single update they do, it's just slow it's just incremental and, yeah so you will you're going to face the lag eventually I think there's I don't think that's something that can ever be gotten around removing limit equals gpu, making a gp a cooking serve no I don't think so actually because the object limit is actually nothing to do with the gpu it's just sort of like I don't know it's memory it's like it's it's the garbage collector it's a garbage collector okay so it's it's memory in general yeah and and that limit is there it's it's it's hard set there by default by epic yeah, because like and also like the the thing you mentioned before how like we don't exactly know what happens if we increase it because you might run and start running to like seg faults and like fragmentation issues with the save file and stuff like that or like in the game which can result in your safe while becoming corrupt and stuff like that so like it's, we don't know exactly what happens, when people up it, what goes on because it's such a like when epic set that limit they were like nobody's gonna be able to like and then we made satisfaction yeah and then you guys went crazy and built like amazing [ __ ] but there's, there's like a lot of like optimizations that, ben talks about even, to reduce the number of objects because sometimes an object an object can be as something as simple as just a little plane, and that can count as an object but sometimes we need that plane so it's not that the the object is heavy and expensive on your pc it's just an object that adds to the counter yeah, it's a custom engine yeah so we're gonna we're gonna work on that now we're gonna switch to custom download more ram very good it's like it's an object it's a data data memory object that like the engine keeps track of and checks references and like make sure like is this still live can I use this so yeah it's it's it's a little bit more complicated than just like it's just an item in the game like, so like building one constructor for instance is like a bunch of objects in the then memory pool so to speak yep