Gonna start off by saying I am very new to unreal.
I made a drawing system in my game using a video by Unreal University (Linked [here])(https://www.youtube.com/watch?v=wIfovfaf01w&t) but I want to include a system that allows me to change between a few set colours E.G. Clicking on a red paint bucket to change the drawing colour to red or even pressing the num keys to cycle between colours would do.
However, I can’t figure out how to dynamically change the texture2D variable mid-game.
Screengrab of the texture2D variable included
If anyone could help that would be really useful!