Casting Playerstarts from BP level to BP Gamemode

Hello!

I’m trying to cast my Playerstarts to my Gamemode.

In short on the Blueprint level I created an array storing all the Playerstarts placed on the map.

Then I cast them to an array variable with playerstart type(ex: “SpawningPoints”) inside my BP Gamemode.

However when I run the map, the log said that the SpawningPoints array variable in my BP gamemode is empty (no value).

Is it normal behavior?

Thank you

What are you trying to achieve ?

Thanks for reading my question :slight_smile:

It’s for a racing game. I’m trying to spawn my racer at specific locations. For example for the first race I need to spawn the player at the last position on the grid (last index on the Playerstart array)