I’ve been trying to learn UE5 and following along some tutorials, right now I’m using the 5.3.2 version, but when I click a material, I can’t for the life of me find the rest of the global attributes on the details tab. Are these parameters outdated and no longer used? If so, what were they replaced with? The goal was to reduce tiling on my floor textures.
Hello! If what you want is to reduce the tiling on the floor textures you could control that using text coordinates nodes on your material, here is a quick tutorial that shows how to use that node:
If you want to complete remove the tiling then In your material, make a TexCoord node, then attach that to a Multiply node, then plug the result of the multiplication into the UV pins of your texture node.
Tweak the value of the value in the multiplication node until you have the scale that you want.