Spawn a dynamic decal material instance at position.

Greeting,

I am trying to create a dynamic decal material (to change its “Opacity” parameter at runtime) and then “spawn decal at location” using it.

Here is the construction script that create an instance of material, set its parameters and promote it as a variable:

https://framapic.org/hsq8UDKrs59j/fEZpcF9oDcgj.png

And here is the way I pop the material into my world (NOK is the one that does not work):

https://framapic.org/0lV5u5fp9Kdh/CJZPhnzjHClk.png

Any idea why nothing appears when it is dynamic ?