FNavigationSystem::ECreateIfMissing

Windows
MacOS
Linux

References

Module

NavigationSystem

Header

/Engine/Source/Runtime/NavigationSystem/Public/NavigationSystemTypes.h

Include

#include "NavigationSystemTypes.h"

Syntax

namespace FNavigationSystem
{
    enum ECreateIfMissing
    {
        Invalid       = -1,
        DontCreate    = 0,
        Create        = 1,
    }
}

Values

Name

Description

Invalid

DontCreate

Create

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