Navigation
Unreal Engine C++ API Reference > Runtime > NavigationSystem
References
Module | NavigationSystem |
Header | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h |
Include | #include "NavigationSystem.h" |
Syntax
namespace ENavigationBuildLock
{
enum Type
&123;
NoUpdateInEditor = 1 << 1,
NoUpdateInPIE = 1 << 2,
InitialLock = 1 << 3,
Custom = 1 << 4,
&125;
}
Values
Name | Description |
---|---|
NoUpdateInEditor | |
NoUpdateInPIE | |
InitialLock | |
Custom |