Setting char bp initial position in another bp

Hi huys!

Im making a “snake game” in UE4 as learning project, but im stuck with the initial position of the snakes head…

Im doing this:

im working in the “floor” blueprint (and that is the scene root), so im trying to get the center position of the floor taking his world location and divide it by two, so then i can assign this position tho the snakes head variable. This snake head variable is “snake” type… and comes from the blueprint that i want to use to manage the snake itself.

the “floor” is 9x9 static mesh cubes board that i created in the construcrion script.

Some guy told me that i could try to make a boolean array to assign that initial pos, but i dont have any idea how to do that and i really want to solve this problem,

Thx for the help!!