I can't use FNavMeshTileData: linking error

Hello,

I would like to make a ARecastNavMesh subclass, and i try to put all the PImplRecastNavMesh in the same class. But When using FNavMeshTileData, linking error spawn.

I have put the NavigationSystem module in the *.Build.cs and included RecastNavMesh.h

I really don’t know how to solve this problem.
I fear i will have to reimplement (copy) all the Navmesh code.

If anyone can point me in the right direction, i will be thankful.

hi,i have same problem