How to scale texture tiles in Unreal Engine
When using tileable textures in Unreal Engine, you may need to change the scale of the texture to achieve the intended effect. An example would include a brick texture that appears too big or too small on an object. We can setup texture tiling like this: Multiply a Texture Coordinate node with a Scalar Float …