ENavigationLockReason::Type

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/AI/NavigationSystemBase.h

Include

#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

Description

Unknown

AllowUnregister

MaterialUpdate

LightingUpdate

ContinuousEditorMove

SpawnOnDragEnter

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