Significance Manager: Bucket System (5.6)VIP 

Significance Manager: Bucket System (5.6)VIP 

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.

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 arrays with different sized buckets. Actors will be assigned into buckets where the nearest actors go into the first bucket. When a bucket’s max size is reached the rest of the actors will go to the next bucket and so on until there are no buckets left.
  2. Component Based: Includes components that let´s you optimize your actors skeletal, static ,primitive and niagara component based on distance and buckets. Custom code can be setup in blueprint.
  3. Easy to use: Setup your buckets once in project settings then define your data in separate blueprints called Optimization Defaults Definition and share them on the components. Each file created is stored only once for memory efficiency.
  4. Multiple Platforms: Buckets are stored in configuration files. Can easy be overwritten for different platforms.
  5. 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!
  6. Unreal Insights & Stats support: Helps you identify bottlenecks!
  7. C++ & Blueprint: Events when a bucket is relevant for an actor. A Subsystem to control the system during runtime.
  8. Example Level: An example level on how to use the system.

Original_Link: https://www.fab.com/listings/e4239b0c-bacb-4307-bf61-08c68973d5b6

Download Links:

Asset Version (5.6)

UPGRADE YOUR ACCOUNT TO DOWNLOAD

You must have " VIP " membership to download these files

Leave a Reply