Nav Mesh Bounds Volume in my Level Blueprint want to access in different blueprint?

Title, I have an npc blueprint that inherits the Character class and I want to access the Nav Mesh so I can use with my AIMoveTo. However, my nav mesh is in my level blueprint but I want to access it in my npc blueprint. If this was all code I would know how to do it, still getting use to blueprints.

How can I get access to a variable in another blueprint?

Fixed it myself, used Interfaces. Live and learn!