OriginMaterialMapKey
- Key struct used to identify an original material slot on a mesh by its mesh name and material index.
* Used as a TMap key for origin material lookups with hashing support.
| Property | Type | Description | Metadata |
|---|---|---|---|
| MeshName | FName | Name of the skeletal mesh this material slot belongs to. | |
| MaterialIndex | int32 | Index of the material slot on the mesh. |