YOM Replicator SDK 0.8.0.0
A metaverse SDK created by YOM
|
Adds inventory behaviour to the metaspace to allow players to interact with items in their wallets.
YomInventory is responsible for giving the YomPlayer an inventory that can be used in the metaspace. This inventory system includes user widgets that need to be defined in blueprints for a metaspace, which allows the creator to create custom inventories.
Classes | |
class | UYomButton |
A button that can hold an item in it in the players UI, which can be defined in blueprints. More... | |
class | UYomInventoryBPFunctions |
A BlueprintFunctionLibrary for the inventory system. More... | |
class | UYomInventoryComponent |
The Inventory YomModule, which keeps track of the items the player has in his wallet. More... | |
class | AYomInventoryItem |
An item that contains all of the blockchain data and actor data of an item. More... | |
class | UYomInventoryItemFactory |
A factory that can create inventory items in different ways. More... | |
class | UYomPlayerInventoryWidget |
The UI of the inventory that renders the inventory to the player's screen. More... | |
class | UYomWalletFetchStrategies |
Different item fetching strategies that are based on the wallet of the player. More... | |