SP8_BPI_AddItemToInventory
{{ currentPage ? currentPage.title : "" }}
If you use the PlayerTemplate, you do not need to setup this Interface!
Setup
1. Without PlayerTemplate:
Add the Interface SP8_BPI_AddItemToInventory to your Player BP and
change following Functions like the Image below:
SP8_AddItemToInventory
SP8_CheckIfInventoryHasEnoughSpace
If you are not using the Inventory Component you have to set the Functions to your own needs!
Info
Function | Called | Description |
SP8_AddItemToInventory | Server | Called if a Item should be added to the Inventory. |
SP8_checkIfInventoryHasEnoughSpace | Client & Server | Called before SP8_AddItemToInventory. Check if the Inventory can add the Item. |
{{{ content }}}