Spawned actors now more efficient ?
JamJarRiot
Member Posts: 62
Seeing that spawned actors no longer re-use properties of destroyed instances of themselves, does this mean that spawns are now a viable option in graphic intensive games ? I always use a custom sprite routine that re-uses the same chain of sprites over and over, will spawning/destroying objects still leak memory?