Assistance required with texturing

Hello

I have created a level in the Unreal Engine 4 using the BSP boxes and i need to have these boxes using a metallic texture. I am fairly new to using unreal engine 4 and so i’m unsure how to apply a proper texture to the boxes or if the Unreal Engine 4 even has a metallic texture avaliable.

Any help would be appreciated.

Have a look at the material editor guide & here

In the starter conten you should find a metallic texture/material. :slight_smile:

The steps:
1.import a metal texture
2. right click on it - create material
3. modify the material (e.g more roughness, …)
4. drag and drop the material on the BSP
5. in the BSP properties you can choose some texture display properties (rotate it, size,…)

Thanks for that link, some how i completely missed that tutorial. Now i just need to sort out my levels lighting.

You’re welcome. I’m pretty new to the material editor myself and found these really useful.