getting boolean from other BP

how can I get the boolean variable from BP_PickupCube into my Animation BP?

the animation BP is of an AI pawn. When Detached gets set to True, AI moves to StaticMeshComponent w/ BP_PickupCube. The problem is, I can’t reference it.

To understand better the problem:

  1. I assume that you’re referring to the anim BP of the skeletal mesh of your pawn?
  2. If so, what is the relation between BP_PickupCube and your pawn?
  3. You have a reference to BP_PickupCube from your pawn, right?