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?