rcFilterLowAreaFlags

UE4.

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Recast/Recast.h"

Syntax

enum rcFilterLowAreaFlags
{
    RC_LOW_FILTER_SEED_SPANS      = 0x01,
    RC_LOW_FILTER_POST_PROCESS    = 0x02,
}

Values

Name

Description

RC_LOW_FILTER_SEED_SPANS

Initial seeding on spans

RC_LOW_FILTER_POST_PROCESS

Additional filtering at the end

Remarks

UE4.

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