Make overlap events one-sided

For example, I have two actors: A and B, each in its respective channel. A is set to overlap with B, while B is set to ignore A. Right now, when they overlap, ActorBeginOverlap gets triggered in both actors; is there a way to make it so that B ignores A, while A’s BeginOverlap triggers?