rcSetCon

Sets the neighbor connection data for the specified direction.

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Recast/Recast.h"

Syntax

void rcSetCon
(
    rcCompactSpan & s,
    int dir,
    int i
)

Remarks

Sets the neighbor connection data for the specified direction.

Parameters

Parameter

Description

s

The span to update.

dir

The direction to set. [Limits: 0 <= value < 4]

i

The index of the neighbor span.

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