I am making a tool, which needs to modify the default values of a material parameter collection , which does not seem currently possible because the following function inside of MaterialParameterCollection.h are private :
- SetScalarParameterDefaultValueByInfo()
- SetScalarParameterDefaultValue()
- SetVectorParameterDefaultValueByInfo()
- SetVectorParameterDefaultValue()
Is there any other way to achieve the desired result without changing the above functions to public? If not, would it be possible to switch them to public in a future engine release?