Overview

The Currency system manages the in-game economy using Coins.

Players earn Coins by completing matches and challenges, which can then be spent in the Store to unlock cosmetic items.

All currency data is automatically saved, making it easy to customize rewards, prices, and the overall economy of your game.


💵 Changing Match Rewards

Match rewards are controlled directly through variables inside the GameMode.

Step 1

Open:

GM_ChaosGoal

In the My Blueprint panel, locate the Rewards category.

image.png


Step 2

Modify the following variables:

VictoryCoinReward

image.png

Coins awarded to players who win the match.

DefeatCoinsReward

image.png

Coins awarded to players who lose the match.

DrawCoinReward

image.png

Coins awarded when the match ends in a draw.