How do I read the vertices of a plane?

HI, I have created a plane (static mesh actor). How can I read the coordinates/vertices of the four points of the plane? Is there a way to loop through the points and simultaneously assign player’s location to it? Thanks!

219815-screen-shot-2017-11-11-at-82634-pm.png

You can add socket to needed points and then get their coordinate

Thanks, I followed this documentation and your blueprint suggestion. It’s great :slight_smile: