create_material
Create an empty Material asset in Unreal Engine by providing a package path and name. Use Python to wire up material expression graphs.
Instructions
Create a new empty Material asset.
package_path is the destination folder (e.g. '/Game/Materials');
name is the asset name. Use execute_python for wiring up material
expression graphs, which the unreal.MaterialEditingLibrary exposes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_path | Yes | ||
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |