UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
rcBorderSize Struct Reference

Specifies the size of borders around the heightfield. More...

#include <Recast.h>

Public Attributes

int low
 Size of the border in the negative direction of the axis [Limit: >= 0] [Units: vx].
 
int high
 Size of the border in the positive direction of the axis [Limit: >= 0] [Units: vx].
 

Detailed Description

Specifies the size of borders around the heightfield.

Member Data Documentation

◆ high

int rcBorderSize::high

Size of the border in the positive direction of the axis [Limit: >= 0] [Units: vx].

◆ low

int rcBorderSize::low

Size of the border in the negative direction of the axis [Limit: >= 0] [Units: vx].


The documentation for this struct was generated from the following file: