In UE5, how to get the position information of all vertices of the skeletal mesh corresponding to each frame of an animation sequence asset?

I tried to get vertex locations of a static head mesh with 35096 vertexs by frame,when the project is running, it became particularly stuck, or even crash.I don’t know if UE can bear a larger amount of calculation,maybe I should try to do this in other DCC software.