SubstanceImporter.GetGenerateAllOutputs
GetGenerateAllOutputs(material: ProceduralMaterial): bool;
bool GetGenerateAllOutputs(ProceduralMaterial material);
def GetGenerateAllOutputs(material as ProceduralMaterial) as bool
Description

Check if the ProceduralMaterial needs to force generation of all its outputs.

If enabled, the ProceduralMaterial will generate all its outputs. If disabled, the ProceduralMaterial will generate only the outputs required by the shader.