UNavigationSystemV1::SetMaxSimultaneousTileGenerationJobsCount

Will limit the number of simultaneously running navmesh tile generation jobs to specified number.

Windows
MacOS
Linux

References

Module

NavigationSystem

Header

/Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h

Include

#include "NavigationSystem.h"

Source

/Engine/Source/Runtime/NavigationSystem/Private/NavigationSystem.cpp

Syntax

void SetMaxSimultaneousTileGenerationJobsCount
(
    int32 MaxNumberOfJobs
)

Remarks

Will limit the number of simultaneously running navmesh tile generation jobs to specified number.

Parameters

Parameter

Description

MaxNumberOfJobs

gets trimmed to be at least 1. You cannot use this function to pause navmesh generation

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss