My code above only got vert position of the static mesh version of the skeletal mesh, u should use loop for the number of vertices and use mesh->GetSkinnedVertexPosition to get the skinned position, i did not try with morph target but i think i should work :D.