Unreal Engine Blueprint API Reference > Rendering > Material
Gets a scalar parameter value from the material collection instance. Logs if ParameterName is invalid.
Target is Kismet Material Library
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Collection | |
name | Parameter Name |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
real | Return Value | Gets a scalar parameter value from the material collection instance. Logs if ParameterName is invalid. |