Import Substances you want to use.
- 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(UE4): Aggregate Substance
The new aggregate substance node allows you to take two substance instance factories and create a new instance factory at runtime which can be used to create a new graph instance. What makes this special is that you can connect output textures from one of the combined graph instances to input images of the other combined graph instance. To create a substance graph instance from this new factory, see our documentation on runtime graph instances. Material Instance Definition - UE4
-
-
Create a variable "AggregateGraphInstance" of type Substance Graph Instance.
-
Create a variable of type Material and Material Instance Dynamic
-
Create a Make Substance Connection and set the output and input identifiers.
-
Create Aggregate Substance Instance Factory and set the Output and Input Factory.
-
Create a Graph Instance and set an Instance Name.
-
Set the Aggregate Graph Instance variable.
-
Get substance textures from the Aggregate Graph Instance in step 7 using Get Substance Textures.
-
Create a Dynamic Material Instance using the material variable from step 3 as the parent.
-
Set the MID variable from step 3.
-
Set the material for the mesh using Set Material with the MID variable.
-
Set the channels for the material as shown in the Dynamic Material Instance docs (steps 11-19)
Blueprint(UE4): Dynamic Material Instance