create_material_instance
Create a material instance from an existing parent material in Unreal Engine. Specify the instance name, content directory, and parent material path to generate a new asset.
Instructions
Create a material instance from a parent material.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Material instance name | |
| path | No | Content directory | /Game/Materials |
| parent_path | Yes | Parent material asset path |