this is what an Epic games programmer (Palermo) says in one of Epic’s videos:
same mesh + same instanced material = all the meshes will be batched into one. So 1 draw call
different meshes + same material = one drawcall per mesh (several drawcalls)
1 Like