Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/NavMesh > API/Runtime/NavigationSystem/NavMesh/ARecastNavMesh
Syntax
uint32 bUseVirtualGeometryFilteringAndDirtying: 1
Remarks
Indicates whether use the virtual methods to check if an object should generate geometry or if we should call the normal method directly (i.e. FNavigationOctreeElement::ShouldUseGeometry). If enabled, will also check if an object requesting an update on the navmesh is excluded to avoid dirtying the areas unnecessarily. Defaults to false.