Can you set or change an Actors name?

Using Spawn Actor to build a grid of tiles, I’d like to set the Actor name to include the grid reference - is this possible?

I believe there is no way to do this in blueprint.

in C++, you can use: CreateDefaultSubobject(TEXT("DisplayName")) to set the name of an actor when you are spawning it.