Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/UNavigationSystemV1
Description
Returns true if any registered navigation data requires geometry to be stored in the nav octree. This is true for Dynamic nav data, or nav data that was spawned at runtime (which needs a full rebuild). DynamicModifiersOnly does NOT require geometry storage.
| Name | DoesAnyNavDataRequireGeometryStorage |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h |
| Include Path | #include "NavigationSystem.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationSystem.cpp |
bool DoesAnyNavDataRequireGeometryStorage() const