Draw call question

Without knowing the details of your project, I will make these assumptions:

In the case of the Static Meshes, you will have one draw call for the geometry, and another for the material (if it’s not too complicated).

For the Skeletal Mesh, you might have an additional draw call for the skeleton (mesh, material, skeleton). Or it might have a more complex material.