UE5 Materials - Set up UV Parameters
- cmjpask
- Jan 19, 2023
- 1 min read
Updated: Jan 19, 2023
This short post will show you how to set up parameters for custom UV tiling and rotation offset so you can put this in your master material.

UV Setup Steps
Hold '1' key while clicking twice to create two constant scalar parameters
Right click the scalar constants and click 'convert to paramater', name accordingly
Right-click create append vector node
Plug these two parameters into the append node
Hold the 'M' key and click to create a multiply node, plug the append node into this
Connect this into your UVs input of a texture or into the rotate node (next)
Rotator Setup Steps
Right click, create a custom rotator node
Hold '2' and click to create Vector 2 parameter, set the value of this to 0.5,0.5 for centre rotation
Hold '1' and click to create a scalar constant, convert to a parameter and name 'Rotation'.
Set value of this to 0.25 for 90° (Calculation is 0.25*360 = 90)
Connect your custom or non-custom UVs into the UVs of custom rotator, and custom rotator into UVs of texture
Comments