Navigation
Unreal Engine C++ API Reference > Runtime > Engine > AI
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/AI/NavigationSystemBase.h |
Include | #include "AI/NavigationSystemBase.h" |
Syntax
namespace ENavigationLockReason
{
enum Type
&123;
Unknown = 1 << 0,
AllowUnregister = 1 << 1,
MaterialUpdate = 1 << 2,
LightingUpdate = 1 << 3,
ContinuousEditorMove = 1 << 4,
SpawnOnDragEnter = 1 << 5,
&125;
}
Values
Name | Description |
---|---|
Unknown | |
AllowUnregister | |
MaterialUpdate | |
LightingUpdate | |
ContinuousEditorMove | |
SpawnOnDragEnter |