How can I access Vertex location of a mesh through Blueprints

I have a series of triangles that are individual meshes. They are pre-assembled in various locations (so they’re not rotated into position, they’re build at their current rotation/ location). I need to access the vertex locations for each mesh. Is there a way in Blueprint to gain this information?

Alternatively would it be possible to parse in these locations through a txt file?