I’m new to UE5, no experience in making games per se. I wanted to start with an easy game, so Sudoku was my choice. I hit a road block from the start. I can’t set up properly my grid.
Thank you for your reply but unfortunately I can’t wrap my head around this. Do you mean that I need to put a new node with location before the grid loop?
You can’t use ‘get actor location’ if you’re doing this from the level BP. You could add a vector variable to make it happen at a certain location, but I’d recommend putting it in a BP actor. Much easier