YOM Replicator SDK 0.8.0.0
A metaverse SDK created by YOM
|
A BlueprintFunctionLibrary for the inventory system.
Static Public Member Functions | |
Blueprint Functions | |
static UYomInventoryComponent * | GetInventoryFromWidget (UYomPlayerInventoryWidget *pWidget) |
Returns the inventory class and can be called from the UYomPlayerInventoryWidget. More... | |
static void | DespawnAllItemsFromWidget (UYomPlayerInventoryWidget *pWidget) |
Despawns all items and can be called from the UYomPlayerInventoryWidget. More... | |
static void | SpawnItemFromWidget (UYomPlayerInventoryWidget *pWidget, int pIndex) |
Spawns an item and can be called from the UYomPlayerInventoryWidget. More... | |
static UYomInventoryComponent * | GetInventory (AYomPlayer *pPlayer) |
Retrieves the inventory of the given YomPlayer. More... | |
|
static |
Despawns all items and can be called from the UYomPlayerInventoryWidget.
pWidget | The players widget |
|
static |
Retrieves the inventory of the given YomPlayer.
pPlayer | The player |
|
static |
Returns the inventory class and can be called from the UYomPlayerInventoryWidget.
pWidget | The players widget |
|
static |
Spawns an item and can be called from the UYomPlayerInventoryWidget.
pWidget | The players widget |
pIndex | The index of the item |