Description
๐ Documentation | ๐ Example Project | ๐ง ย | ๐ ๏ธ Devlog
Plugin Version : 1.4
A Unique Plugin with Continuous Updates
Our plugin is a unique solution for Unreal Engine on the Fab Marketplace – a comprehensive plugin to optimize your Blueprint or C++ projects.
It provides a complete set of Blueprint tools to improve performance and simplify development. Suitable for both small and large 3D scenes with many Actors, it helps improve FPS using standard yet advanced techniques from the game development industry.
We also use this plugin in our own games and actively listen to community feedback – several features have already been added based on user requests.
6 Must-have Optimization Tools:
- Significance System
Dynamically prioritize Actors (single/multiplayer) by visibility or distance.
Adjusts ticks, animations, and many other parameters to focus resources where it matters most.
- Asynchronous Tasks:
Run heavy logic (AI, procedural, etc.) off the GameThread.
Fully Blueprint-ready via latent nodes or delegated events.
- Asynchronous Trace:
Execute collision and visibility traces in the background.
Prevents FPS drops during AI perception checks or projectile paths, but does not completely replace the default Blueprint trace functions (see documentation).
- Pool Ticking:
Distribute Actor ticks across frames for a group of Actor, to smooth CPU/GPU load.
Ideal for large crowds, NPCs, or background elements.
- Aggregator Ticking:
Combine similar Actor updates into shared ticks by ticking a single collection instead of each Actor individually, reducing redundancy.
This type of optimization is especially effective at large scale.
While not as precise in Blueprint as in C++, it provides a solid foundation to aggregate logic and share it across similar Actors.
- Animation Update Rate:
Control animation frequency directly in Blueprints.
Optimize distant or low-priority SkeletalMeshes; We recommend leveraging Unreal Engineโs Animation Sharing Plugin and Animation Budget Allocator, which provide additional automation and efficiency in managing animation performance at scale.
You can contact us at any time and request that the asset you want be added to the site from the Request Asset section.