Stackable Item
UStackableItem is a subclass of UVaultItem, it implements an interface called StackableItemInterface. This is meant as an example of how you can implement stackable items in your project. You don't need to use this class, however if you want VaultLogic to handle stackables automatically without needing to extend the VaultComponent your stackable item will need to implement the StackableItemInterface.
Last updated