Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/Materials
Converts material list and slot names list to material map, which is the format expected by CreateNewSkeletalMeshAssetFromMesh. Material List and Material Slot Names should have the same length. However, if there are fewer slot names than materials, slot names will be auto-generated (as '[Name of material][Index]', or 'Material[Index]' for null materials)
Target is Geometry Script Library Static Mesh Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Material List | |
| name | Material Slot Names |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| name | Material Map |