How can I use my boolean here? I always got an error...

You’re Destroying the actor after setting the bool so when your second Graph tries to reference it, it will be Null.

you could maybe pass the bool via interface but without knowing more i can only guess