Dynamic blob shadow ?

@motorsep : I looked back at this thread and I noticed a mistake in the blueprint network: Per tick you create a new material instance. Instead you should create one material instance in the Construction Script and save the reference to a variable. Then you can change the parameters of the material instance per tick by referring to it via the variable.