IN THIS ARTICLE
Get Param Color
Get Param Color
Returns a material’s color parameter value for the specified entity.
Contents
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 Setting Entity Targets. |
Param Name | String | The name of the material parameter to query. For more information, see Finding the Material Parameter Name. |
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. |
Color | Color | The queried value. If the parameter is not found, the value is (0, 0, 0, 0). |