Optimizations for VR in UE4

Vertex count is not as big of a performance bottleneck as having to many Material IDs on your Meshes. Remember that for each Material you introduce to a model requires that mode to be rendered again. So while having LOD’s is good, having LOD’s that reduce both Material ID’s and Vertex count is even better and whats even better than that is using a few Material ID’s as possible.