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:
For Testing
For testing purposes, you can easily modify the filter directly through the screen interface, as shown here:
Rarity
Rarity takes priority over filters.
Items are selected according to the following order of importance:
- Rarity
- Weight Chance
- Filter
In BP_GSD_DAO_Example
: