Navigation
BlueprintAPI > BlueprintAPI/Rendering > BlueprintAPI/Rendering/Material
Returns the material used by the element in the slot with the specified name.
Target is Primitive Component
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target | |
| name | Material Slot Name | The slot name to access the material of. |
Outputs
| Type | Name | Description |
|---|---|---|
| object | Return Value | the material used in the slot specified, or null if none exists or the slot name is not found. |