rcMarkLowAreas

Marks all spans that have insufficient free space above

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Recast/Recast.h"

Source

/Engine/Source/Runtime/Navmesh/Private/Recast/RecastArea.cpp

Syntax

bool rcMarkLowAreas
(
    rcContext * ctx,
    unsigned int height,
    unsigned char areaId,
    rcCompactHeightfield & chf
)

Remarks

Marks all spans that have insufficient free space above

Returns

True if the operation completed successfully.

Parameters

Parameter

Description

ctx

The build context to use during the operation.

chf

A populated compact heightfield.

height

Height threshold [Units: vx]

areaId

The area id to apply [Limit: <= ]

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