Keep the number of materials as low as possible, each material you use on a mesh will add a draw call. Internally the engine can adjust the texture resolution so when you’re creating your textures you can make them high resolution and then scale them down in UE4, and UE4 will also create multiple sizes so that it can switch to lower resolution versions when the object is further away.