๐๏ธ Request Count
Request count is a helper struct for defining how many items you want to modify from an inventory. Internally, it's
๐๏ธ Cosmetics
Cosmetics add visual components to actors based on a data-driven BLCosmeticDef.
๐๏ธ Saving and Loading
All bolt objects that can be saved/loaded implement the IBLSaveable interface. The example map demonstrates a simple
๐๏ธ Gameplay Abilities System Integration
Bolt integrates directly with the Gameplay Abilities System plugin. We support:
๐๏ธ Blueprints
All of Bolt's major features are accessible by blueprint.
๐๏ธ Error Handling
Bolt ships with Miraganic Error Handling, a custom plugin for handling errors in blueprint and C++. This plugin has a few goals: