Scalar Paramaters in Blueprints?

To sum up the reason why it wasn’t working is because you didn’t apply the DMI to you mesh. You created one and made a reference to it in a variable but the mesh was still using the initial non DMI material. The thing about the DMI reference is you can add it to multiple meshes and if you change a parameter it changes for all of them that have the DMI on it. Of course you can make separate DMI’s for each mesh if you don’t want this to happen.

If your dealing with a lot of meshes that you want DMI’s for, using a loop to create the amount you need may be better and store them in an array. With this you can easily apply the DMI to any mesh using another loop.

DMI_LoopCreation2.png