Object Pooler (C++ & Blueprint)

demigod324

User
User
User
User
Status
Offline
Joined
Apr 24, 2021
Messages
50
Reaction score
47
ObjectPooler-GalleryImage-Cover-1920x1080-c14666e812ef9afcba978bcc904c9c3b.png


V.4.26
You cant view this link please login.


Improve your game's runtime performance by using an object pool!

Object pools can be used for spawning hundreds or thousands of actors at once without experiencing huge performance drops. Useful for bullet-hell type games and VR/Mobile platforms!

Technical Details​


Features:
  • Two Options: World-specific object pool or Actor-specific object pool
  • Ability to set the max lifetime (in seconds) of a pooled actor
  • Improve game performance by up-to 2X
  • Warm up pool over many frames
  • Asynchronously retrieve an actor from the pool

Code Modules:
  • Runtime
 
Top