Send Message To Specific Blueprint?

if you have a reference to the actor you want to affect then you can do anything you like to it, set variables, call events, etc.

though personally i like a system where all the functionality is contained in the actor itself. so i would go with something like the above or use a interface with a “use” event. having the script contained in the graffiti actor keeps everything self contained and declutters your characters graph.