Welcome to Online Leaks

Join us now to get access a large numbers of leaked assets for unreal engine / unity and more. Once registered and logged in, you will be able to download free resources, post replies to existing threads, and so much more. It's also quick and totally free, so what are you waiting for?
Actor Pool Manager Plugin

PAID Plugin 4.27 $5 4.26 Actor Pool Manager Plugin VESRION 1.2

No permission to download
Screenshot-PoolManager3-1920x1080-3db352fa78cac2260e618f07d788c4dd.png


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.

The Interface implementation allows you to use the plugin on complex actor hierarchies without touching the underlying code base. Inheritances cannot be changed in most cases, for example the APawn class. It is not possible to change the base Actor class. With the PoolActorInterface it is possible to extend the default APawn class with the actor pooling feature. All you need to do is to create your own, empty Pawn class which extends from the default Pawn and add the PoolActorInterface.

Technical Details​

Features:
  • Spawning and releasing actors without calling constructors and BeginPlay each time
  • Re-use frequently spawned actors like projectiles
  • Easy implementation by Interface for all actor classes in pure C++, pure Blueprints or mixture of both
  • Hook PoolBegin and PoolEnd events from C++ and/or Blueprints for lightweight initialization
  • Demo-Level and pure Blueprint sample included
  • Update 1.2: Blueprint spawn on Server with network replicated actors

Code Modules:
  • PoolManager Runtime

Number of Blueprints: 4
Number of C++ Classes: 2
Network Replicated: No
Supported Development Platforms: Windows 32-bit, Windows 64-bit, Android, Gear VR, HoloLens 2, HTML5, iOS, Linux, MacOS, Nintendo Switch, Oculus, PlayStation 4, Steam VR, Xbox One
Supported Target Build Platforms: Windows 32-bit, Windows 64-bit, Android, Gear VR, HoloLens 2, HTML5, iOS, Linux, MacOS, Nintendo Switch, Oculus, PlayStation 4, Steam VR, Xbox One
Documentation: https://drive.google.com/file/d/15vyKyTF2eP2lGnSUlWj-t_fXK2djUlGU/view?usp=sharing
Example Project: Sample level, code class and sample blueprint included

I will support you with additional features and implementations.
63,175Threads
64,617Messages
5,858Members
holgaelictusLatest member
Top