Navigation
API > API/Runtime > API/Runtime/Navmesh
Specifies the size of borders around the heightfield.
| Name | rcBorderSize |
| Type | struct |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h |
| Include Path | #include "Recast/Recast.h" |
Syntax
struct rcBorderSize
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| high | int | Size of the border in the positive direction of the axis [Limit: >= 0] [Units: vx]. | Recast/Recast.h | |
| low | int | Size of the border in the negative direction of the axis [Limit: >= 0] [Units: vx]. | Recast/Recast.h |