rcFilterWalkableLowHeightSpansSequences

Marks walkable spans as not walkable if the clearance above the span is less than the specified height.

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/RecastFilter.cpp

Syntax

void rcFilterWalkableLowHeightSpansSequences
(
    rcContext * ctx,
    int walkableHeight,
    rcHeightfield & solid
)

Remarks

Marks walkable spans as not walkable if the clearance above the span is less than the specified height.

For this filter, the clearance above the span is the distance from the span's maximum to the next higher span's minimum. (Same grid column.)

Parameters

Parameter

Description

ctx

The build context to use during the operation.

walkableHeight

Minimum floor to 'ceiling' height that will still allow the floor area to be considered walkable. [Limit: >= 3] [Units: vx]

solid

A fully built heightfield. (All spans have been added.)

See Also

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