Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/Recast
References
| Module | Navmesh |
| Header | /Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h |
| Include | #include "Recast/Recast.h" |
int rcGetDirOffsetY
(
int dir
)
Remarks
Gets the standard height (z-axis) offset for the specified direction. The height offset to apply to the current cell position to move in the direction.
Parameters
| Name | Description |
|---|---|
| dir | The direction. [Limits: 0 <= value < 4] |