Hi guys, I’m working on a project right now and i’m trying to set up my character to move from tile to tile, a set number of units. I have the tile size variable (and other useful variables) created on a Blueprint that spawns the grid. I’m already using those variables on a number of other blueprints but when i tried to acess them on my ThirdPersonCharacter blueprint, i got the “Acessed none” error. This happened to me when I was working on another blueprint, but i fixed by setting the default value of the reference to my SpawnGrid_BP. This time, even if i put an instance of my character (There is no instance of it at the moment, Its being spawned by the player start) on the level and change the default value of the reference, I still get the error. Any ideias on how to solve this problem?
Thanks in advance.
