How to Access a Player Controller Boolean in Character Blueprint in UE5?

How can I enable a Boolean variable to be accessible across my entire Blueprint? I created a Boolean variable in my Player Controller and I want to use it in my Character Blueprint. What’s the best way to set this up?