rcRegionPartitioning

Region partitioning methods

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Recast/Recast.h"

Syntax

enum rcRegionPartitioning
{
    RC_REGION_MONOTONE,
    RC_REGION_WATERSHED,
    RC_REGION_CHUNKY,
}

Values

Name

Description

RC_REGION_MONOTONE

Monotone partitioning

RC_REGION_WATERSHED

Watershed partitioning

RC_REGION_CHUNKY

Monotone partitioning on small chunks

Remarks

Region partitioning methods

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