The June sale is here! Save up to 70% on select products now through June 20.

Significance Manager: Bucket System

A Powerful tool designed to help you meet performance targets with significance manager.

On Sale$49.99
$34.99Sign in to Buy
  • Supported Platforms
  • Supported Engine Versions
    5.2 - 5.4
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

In any game, especially multiplayer ones with many players or AI characters, maintaining high performance is crucial. This often involves reducing scene complexity to achieve your target frame rates. With this bucket system integrated with significance manager you will be able to meet your performance targets with ease.


This system can also be used to activate/deactivate gameplay elements when players are nearby. Very flexible!


5.1 Version available for verified users.


Trailer (500 Actors Example)
Discord
Documentation








What is a bucket system?

You can imagine it as having multiple buckets you fill with water. When one bucket becomes full, you fill up the next one until you have no more buckets to fill. Instead of water we use actors or objects and we can set different sizes for the buckets.


Practical Examples:

  • AI Management: In a scenario with many AI characters, the system can ensure only the nearest or most critical ones are fully active, improving performance.
  • Multiplayer Optimization: In multiplayer games where many players might gather in one area, the system can for example limit so only the 10 nearest player characters remain fully active, preventing performance drops.
  • Different platforms: Only allowing the 5 nearest players to have effects played and disable the rest for windows app and only allowing 1 actor to have effects on android app.








What does this plugin offer?


  1. Bucket System: You can set up multiple buckets with different priority levels. The highest priority actors go into the first bucket, and as it fills up, the system moves to the next bucket.
  2. Component Based: Includes an component that let´s you optimize your actors based on distance and buckets. Supports calculations based on distance and camera view.
  3. Easy to use: Setup your buckets once in project settings then reference it on the component.
  4. Multiple Platforms: Buckets are stored in configuration files. Can easy be overwritten for different platforms.
  5. Custom Control: By evaluating which actors are most significant, the system can deactivate components like particle systems or reduce the frequency of complex AI calculations for less important actors. This reduces the load on your system, helping to meet performance targets.
  6. Server Significance Manager: This manager runs only on the server. Increase frame rate for your multiplayer games. Or you can use it to activate/deactivate gameplay elements. Very flexible!
  7. Unreal Insights & Stats support: Helps you identify bottlenecks!
  8. C++ & Blueprint: Events when a bucket is relevant for an actor. A Subsystem to control the system during runtime.
  9. Example Level: An example level on how to use the system.



Technical Details


Code Modules:

  •  SignificanceBucketSystem, Runtime


Number of Blueprints: 5 (Examples)

Number of C++ Classes: 10+

Network Replicated: Yes

Supported Development Platforms: Windows, Mac, Linux, IOS, Android. (Only Windows tested, should work on other platforms)

Supported Target Build Platforms: Windows, Mac, Linux, IOS, Android. (Only Windows tested, should work on other platforms)

Documentation: https://docs.google.com/document/d/1C2iRdZfCH1qhFZGPID3JoUAs2NkOW9G9duV6xM9pbp0/edit?usp=sharing

Example Project: Engine->Plugins->SignificanceBucketSystem->SignificanceTestLevel

Important/Additional Notes: This plugin is using unreal engine´s plugin SignificanceManager.

For support refer to our discord page: https://discord.gg/azWURcymGY