To figure out which parameters are usage on MaterialInstance Editor Mode

I’ll try (seems to be query" function “bool UMaterialInstance::GetScalarParameterValue(FName name, float& param)”
but It returns positively boolean all defined parameters even not checked usage.
How I know which parameters ultimately usages on UMaterialInstance (Parameter of UI component is checked on Material Editor)?