GetParameterDesc on UMaterialInstanceDynamic

Hello ,

It appears that this is intended. While debugging the code that you provided to see why the if condition is failing, I see that the UMaterialInterface version of GetParameterDesc, which is what is called by UMaterialInstanceDynamic’s actually only returns false and has no other implementation, so this if check will always fail in this condition. The UMaterial version from UMaterial.cpp has a different function body.