How to make text appear at specific coordinates (newbie question)

This is helping a lot! I’m starting to understand how things work now I think.

I believe I’m really close to getting it to work, but it’s still not quite working yet, no errors at least.

Basically I’m creating a hexagonal world map with procedural meshes, and I’m creating “regions” which will span multiple hexes. I’m trying to have a visual on how those regions are being distributed by having the number of the region appear over the hex.

When I try to “watch variable” for the text blueprint’s int value, it doesn’t show up in the debugger, it seems like the blueprint is not actually being placed in the world? But everything works properly otherwise.

Screenshots

Let me know if I’m not being clear on something or if you need extra details.