Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/UNavigationSystemV1
References
| Module | NavigationSystem |
| Header | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h |
| Include | #include "NavigationSystem.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationSystem.cpp |
void SetMaxSimultaneousTileGenerationJobsCount
&40;
int32 MaxNumberOfJobs
&41;
Remarks
Will limit the number of simultaneously running navmesh tile generation jobs to specified number.
Parameters
| Name | Description |
|---|---|
| MaxNumberOfJobs | gets trimmed to be at least 1. You cannot use this function to pause navmesh generation |