Navigation
BlueprintAPI > BlueprintAPI/Widget
Sets a vector value on a brush material assuming it exists, handles MID existance appropriately
Target is MVVMSlate Brush Conversion Library
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Brush | Brush with a material we want to set a parameter on |
| object | Material | Material to set on the brush |
| name | Parameter Name | Name of material parameter to set |
| struct | Value | Value to set material parameter to |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Return Value |