Enum ERecastPartitioning Path C++ Link /Script/NavigationSystem.ERecastPartitioning underlying uint8 /Script/NavigationSystem Values 4 NameValueHex Monotone00x00Watershed10x01ChunkyMonotone20x02ERecastPartitioning_MAX30x03 Used by 1types with a member, parameter or interface of this type ARecastNavMesh // /Script/NavigationSystem.ERecastPartitioning enum class ERecastPartitioning : uint8 { Monotone = 0, Watershed = 1, ChunkyMonotone = 2, ERecastPartitioning_MAX = 3, };