Is it possible to throw an error in blueprint?

Adding my vote for this. My scenario is similar I have a blueprint that requires 1 and only 1 of another blueprint. I search for it using GetAllActorsOfClass and if there is 0 or >1 then I’d like to let the map designer know there is an error somehow.

Is there a good way to solve this scenario?