I have an animated skeletal mesh with morph targets. I want to recalculate the tangents on the mesh at Runtime. But I see no way of doing that.
There is a blueprint function for Calculating Tangents, but it needs array of vertices, triangles, etc. which I cannot seem to get from a skeletal mesh. I can only get vertices from procedural meshes and static meshes.
Is there a way to do this?