How can I get the normals and the UVs data of a static mesh?

Hello Everyone,

I would like to access the basic data for a mesh and I only managed to read the vertices positions:
UStaticMesh->RenderData->LODResources[0].PositionVertexBuffer;

Any idea how can I access the other info like normals and UVs?

Many thanks