Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Ava Shape Parametric Material' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| enum | Material Style | Default style for the material |
| object | Texture | Simple texture for the material |
| linearcolor | Primary Color | Primary colour for the material |
| linearcolor | Secondary Color | Secondary colour for the material |
| real | Gradient Offset | Offset for gradient style material |
| real | Gradient Rotation | Rotation for gradient style material |
| boolean | Use Unlit Material | whether the material is unlit or default lit |
| boolean | Use Two Sided Material | whether the material is one sided or two sided |
| enum | Translucency | How to handle translucency for the underlying material |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Ava Shape Parametric Material |