Navigation
API > API/Runtime > API/Runtime/Navmesh
UE.
| Name | rcFilterLowAreaFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h |
| Include Path | #include "Recast/Recast.h" |
Syntax
enum rcFilterLowAreaFlags
{
RC_LOW_FILTER_SEED_SPANS = 0x01,
RC_LOW_FILTER_POST_PROCESS = 0x02,
}
Values
| Name | Remarks |
|---|---|
| RC_LOW_FILTER_SEED_SPANS | Initial seeding on spans |
| RC_LOW_FILTER_POST_PROCESS | Additional filtering at the end |