Actor Pool Manager Plugin 5.7

Actor Pool Manager Plugin 5.7

Description

Discord Q&A and support: https://discord.gg/tu6ZNgwAb9

Actor Pool Manager Plugin
Spawning alot of actors can hurt your performance of your application. Spawning and destroying the same actor classes will require unnessary memory allocations, constructor calls and will even consume more power if you load other resources like materials, animations or particle effects in your BeginPlay methods.

This plugin is designed to optimize and simplify your actor spawning. Gain more performance and stable framerates while respawning alot of actors by code in C++ or from Blueprints.

Easy Implementation
The Actor Pool Manager Plugin provides an Interface that can extend your C++ Actors and your Blueprint Actors. That way, it is very easy to implement actor pooling in your existing code. It can be used on every C++ or Blueprint class that is an Actor, even Pawns or Characters.

Register to report this

Comments

All comments are manually approved so dont try spam comments or links.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments