Given a UMaterialInstanceDynamic object, I’d like to iterate through all the material parameters that can be applied to it. Perhaps a separate iterator or list for each of the parameter types (texture parameters, scalar, vector, font), but a combined list along with the type of each would be even better.
Thanks!