How to send a variable to another BP?

Hi,

how can i send a custom variable to another Blueprint?

Example:
I have my Character Blueprint and my controller Blueprint.

I want to send a bool to the controller BP so it can do an action if the bool is true or false.

Ok, got it.
I missed “Cast to Controller”.