rcResetHeightfield

Resets all spans of heightfield.

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

Syntax

void rcResetHeightfield
(
    rcHeightfield & hf
)

Remarks

Resets all spans of heightfield.

Parameters

Parameter

Description

hf

The heightfield to reset.

bmin

The minimum bounds of the field's AABB. [(x, y, z)] [Units: wu]

bmax

The maximum bounds of the field's AABB. [(x, y, z)] [Units: wu]

hf

The heightfield toreset.

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