Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
ENavigationLockReason::Type |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Classes/AI/NavigationSystemBase.h |
| Include Path |
#include "AI/NavigationSystemBase.h" |
Syntax
namespace ENavigationLockReason
{
enum Type
{
Unknown = 1 << 0,
AllowUnregister = 1 << 1,
MaterialUpdate = 1 << 2,
LightingUpdate = 1 << 3,
ContinuousEditorMove = 1 << 4,
SpawnOnDragEnter = 1 << 5,
}
}
Values
| Name |
Remarks |
| Unknown |
|
| AllowUnregister |
|
| MaterialUpdate |
|
| LightingUpdate |
|
| ContinuousEditorMove |
|
| SpawnOnDragEnter |
|