Is there a way to get the unit height in a material as a scalar?
Hey @Tireless
you can:
-
Create a Parameter of type Scalar in your material. Then in your bluepritn create a DynamicMaterialinstance and use this to SetAScalarParameter. Here you have to input the scalars name and your desired value
-
Create a MaterialParameterCollection where you add your Scalar variable and use this in your material. This value can also be changed inside your blueprint
1 Like
Thank you! Just what I was looking for.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.