Navigation
API > API/Runtime > API/Runtime/NavigationSystem
| Name | ENavigationBuildLock::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h |
| Include Path | #include "NavigationSystem.h" |
Syntax
namespace ENavigationBuildLock
{
enum Type
{
NoUpdateInEditor = 1 << 1,
NoUpdateInPIE = 1 << 2,
InitialLock = 1 << 3,
Custom = 1 << 4,
}
}
Values
| Name | Remarks |
|---|---|
| NoUpdateInEditor | |
| NoUpdateInPIE | |
| InitialLock | |
| Custom |