Object Pooler Plugin Demo for UE4 | C++/Blueprint | Available on Unreal Marketplace
El-Magic
This plugin is available on the Unreal Marketplace for unreal engine versions 4.24 and newer: https://www.unrealengine.com/marketplace/en-US/product/object-pooler-c-blueprint
The object pool design pattern improves performance by allocating a set amount of objects ready for use, then retrieving those objects at runtime whenever you wish.
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!
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
Read the function list documentation: https://www.alielsaleh.com/ue4-plugins/object-pooler-docs Read the guide on how to use this plugin: https://www.alielsaleh.com/ue4-plugins/object-pooler-guide
Other Plugins: https://www.unrealengine.com/marketplace/en-US/profile/Ali+El+Saleh
Personal Website: https://www.alielsaleh.com
Background Music (Steins;Gate OST - Hack -beta vision-): https://www.youtube.com/watch?v=pGTI5usTbjg
Background Music (Steins;Gate OST - Chaos Mind): https://www.youtube.com/watch?v=250wNA9s8Do ... https://www.youtube.com/watch?v=oqglwx4yYWc
195385261 Bytes