How do I allow communication between character BP and level BP

I want to reference the follow camera in the character BP in my level BP

In your Level BP use node GetPlayerCharacter, then cast to your class - drag the blue pin and start typing CastTo and find your custom class on the list. From there you can use any functions/variables you have exposed.

For more information about BP communication I highly suggest watching the following:

Training Stream Training Blueprint Communications with Zak Parrish

Thank you :slight_smile: