Set Param Color
Sets a material's color parameter value for the specified entity.

Inputs
Pin | Type | Description |
---|---|---|
In | Event | Triggers the node. |
Source | EntityID |
References a specific entity from which events are generated. By default, it references Self, the entity to which the Script Canvas component attaches the current script. You can also select another entity. For more information, see Referencing Entities for Nodes. |
Param Name | String |
The name of the material parameter to update. For more information, see Finding the Material Parameter Name. |
Color | Color |
The new value to apply. |
Material ID | Number | If the material owner has a multimaterial, use this parameter to
select a specific submaterial. IDs start at 1 .
|
Outputs
Pin | Type | Description |
---|---|---|
Out | Event | Sends when the node is finished. |