How i can get mesh node id information?

How i can get mesh node id information? For example, the coordinates of the actor mesh node, relative to the global coordinate system?

If you’ve created a blueprint based on that mesh or you’ve added that mesh as a component to another blueprint, then select and drag it from Components list into your Blueprint window. Drag from its pin and type GetWorldLocation. That will give you its coordinates in the Global coordinate system.