Use the “Create Aggregate Substance Factory” node and set the Output and Input Factory. The Output factory should have a texture map that would be used as an Input Image in the Input factory parameters.
- Home
-
3D Applications
- Maya
- 3ds Max
-
MODO
- MODO overview
- Modo Plugin Release Notes
- Substance in MODO Overview
- Modo Installation
- Parameters
- Custom Materials
- Working with Normals
- Working with Emissive
- Bump and Displacement
- Working with References
- Animating Substances
- Copy/Duplicate Substance
- Environment and Rendering Setup
- Modo Switch Engine
- Tiling Modo textures
- Cinema 4D
- Houdini
-
Blender
- Blender overview
- Release Notes
- Substance in Blender Overview
- Downloading and Installing the Plugin
- Preferences
- The Substance 3D Panel
- Shortcuts and Navigation
- Workflows
- Physical size in Blender
- Substance 3D Assets Library
- Troubleshooting
- Uninstalling the Add-on
- Substance 3D Add-on for Blender Tutorials
- Creative Cloud Applications
-
Renderers
- Converting Substance outputs
- Color Management
- Arnold
- Vray
- Renderman
- Redshift
- Maxwell
- Corona
- Octane
- Keyshot
- Thea
- Maverick
- Toolbag
- Cycles and Eevee
- Partnerships
Blueprint(UE5): Aggregate Substance
-
-
Make SubstanceConnection objects for each output texture being used as an input with the names of the corresponding values (the output name from the output graph and the input parameter name from the input graph)
-
Add a Create Graph Instance node and plug the result of the “Create Aggregate Substance Factory” node into the Factory input along with a parent material to act as a template (this can be one of the default_substance materials included with the plugin).
-
Create a Substance Graph Instance variable and store the result of the previous node.
-
Optional: Set any desired substance parameters (this example is setting a new resolution for the graph outputs).
-
Create an Async or Sync rendering node and connect the Instances to Render to the Substance Graph Instance Variable.
-
Use the “Get Dynamic Material Instance” function from the graph instance to create or get an existing material instance. Leaving Name and In Parent Material empty will use the parameters used when generating the instance in step 3.
-
Add a Set Material Node and set the value of the MID variable as the Material Input. For the target, set it to the object you want to apply the material.