Just glancing at your BP, two issues are really standing out to me. The first is that your branch pin has no input, so it will always be true. In fact, Im not sure how the actor is not being hidden, since the branch will always be true. Second, you aren’t checking if one trace hits. You are setting the visibility on every trace, meaning only the last trace will decide whether to hide the actor or not.