[UMG] Communicating from a widget blueprint to the level blueprint...

I wouldn’t bother involving the Level blueprint.

In the Widget blueprint you can use GetAllActorsOfClass to find your wall objects and then notify them directly by casting and calling a function or event on them.