SP8_BPI_RemoveItemFromInventory {{ 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_RemoveItemFromInventory to your Player BP and

change following Functions like the Image below:

  • SP8_RemoveItemFromInventory

  • SP8_hasItemInInventory

If you are not using the Inventory Component you have to set the Functions to your own needs!

Info

Function

Called

Description

SP8_RemoveItemFromInventory

Server

Called if a Item should be removed from the Inventory.

SP8_hasItemInInventory

Client & Server

Called before SP8_RemoveItemFromInventory.

Check if the Inventory contains the Item and if it can be removed.

{{{ content }}}