Determine current round in a game.

I’m developing a game of 5 rounds and I need to determine the current round (each round) in order to make available different items each round. The problem is that I haven’t been able to get the current round. Anybody knows how to do that? I’m suponssing it is posible to do so beacause the game already shows the current round. Thanks in advance.

You can’t sadly. You can only setup subscriptions for all the round devices and when those rounds start

Thanks. That solution worked out really well. I created a Round Settings device for each of the rounds and a listener for each of the devices. So, in each listener I assign the CurrentRound variable with the specific round number and now I’m able to tell which round the game is in.

Not the cleanest of the solutions, but it kinda works haha.

I hope Epic adds an API for rounds in the near future, would be super useful…

1 Like

How much memory that take up? And how many rounds u have in total?