Actor Pools
- Module Name:
- NexusActorPools / NActorPools
- Initial Release:
- 0.1.0
- Description:
- Generalized pooling system for Actors.
- BP Category:
NEXUS > Actor Pools- Area Owner:
- @reapazor
This plugin is purpose-built for scenarios with high-frequency AActor reusage:
- Combat Systems: Bullets, projectiles, explosions, damage numbers, etc.
- Gameplay Objects: Collectible items, temporary platforms, interactive props
- NPCs: Enemies, crowds
The pooling concept dramatically improves performance by eliminating the cost of spawning AActors and the associated garbage collection spikes, resulting in reduced hiccups and overhead associated with AActor usage.
It is important to note that there are bespoke pooling systems included with different parts of the engine; these should be utilized when available.
📄️ Quickstart
What you need to know to get up and running fast using NActorPools.
🗃️ Types
9 items
📄️ Console Commands
Some console commands for developers to use provided by NActorPools.
📄️ Samples
The sample content provided for NActorPools.
📄️ FAQ
Frequently Asked Questions.