RC_NOT_CONNECTED

The value returned by [rcGetCon](API\Runtime\Navmesh\Recast\rcGetCon) if the specified direction is not connected to another span.

Windows
MacOS
Linux

References

Module

Navmesh

Header

/Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h

Include

#include "Recast/Recast.h"

Syntax

static const int RC_NOT_CONNECTED = 0xff;

Remarks

The value returned by rcGetCon if the specified direction is not connected to another span. (Has no neighbor.)

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