How to scale texture
To scale textures in Unreal Engine add a texture coordinate and connect it to the “UV” slot on your texture map. Then, click on the texture coordinate node, and change the Utiling and Vtiling options until the scale is what you want. Numbers above 1 make it tile more.
Change Normal Strength [Unreal]
To change the strength of normal maps in Unreal Engine add a vector 3 node (hotkey: 3 + click) and then a multiply node (hotkey : m + click). Then on the vector 3 node, change the first and second box to your desired normal strength (keep them the same value and set the third […]