SP8_BPI_ReduceCurrency {{ 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_ReduceCurrency to your Player BP and

change following Functions like the Image below:

  • SP8_ReduceCurrency

  • SP8_HasEnoughCurrency

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

Info

Function

Called

Description

SP8_ReduceCurrency

Server

Called if the Player spend some Money.

Should reduce his Currency.

SP8_hasEnoughCurrency

Client & Server

Called before SP8_ReduceCurrency.

Check if the Player has enough Currency to spend it.

{{{ content }}}