dtNavMesh::isValidPolyRef

Checks the validity of a polygon reference.

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Detour/DetourNavMesh.h"

Source

/Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMesh.cpp

Syntax

bool isValidPolyRef
(
    dtPolyRef ref
) const

Remarks

Checks the validity of a polygon reference.

Returns

True if polygon reference is valid for the navigation mesh.

Parameters

Parameter

Description

ref

The polygon reference to check.

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