dtPolyTypes

Flags representing the type of a navigation mesh polygon.

Windows
MacOS
Linux

References

Module

Navmesh

Header

/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMesh.h

Include

#include "Detour/DetourNavMesh.h"

Syntax

enum dtPolyTypes
{
    DT_POLYTYPE_GROUND             = 0,
    DT_POLYTYPE_OFFMESH_POINT      = 1,
    DT_POLYTYPE_OFFMESH_SEGMENT    = 2,
}

Values

Name

Description

DT_POLYTYPE_GROUND

The polygon is a standard convex polygon that is part of the surface of the mesh.

DT_POLYTYPE_OFFMESH_POINT

The polygon is an off-mesh connection consisting of two vertices.

DT_POLYTYPE_OFFMESH_SEGMENT

The polygon is an off-mesh connection consisting of four vertices.

Remarks

Flags representing the type of a navigation mesh polygon.

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