Skip to main content

FAQ

This page explains some mechanics depend of users questions

Pulling Only by Category

To perform a draw with a filter, an example is illustrated using a struct that filters by type.

The draw call (whether pulling one or ten items) uses the filter provided as input, as shown in the screenshot below:

Blueprint Screenshot

For Testing

For testing purposes, you can easily modify the filter directly through the screen interface, as shown here:

Blueprint Screenshot

Rarity

Rarity takes priority over filters.
Items are selected according to the following order of importance:

  1. Rarity
  2. Weight Chance
  3. Filter

In BP_GSD_DAO_Example :

Blueprint Screenshot