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

#include <RecastNavMesh.h>

Public Member Functions

bool IsValid () const
 

Public Attributes

float CellSize = 25.f
 
float CellHeight = 10.f
 
float AgentMaxStepHeight = 35.f
 

Member Function Documentation

◆ IsValid()

bool FNavMeshResolutionParam::IsValid ( ) const
inline

Member Data Documentation

◆ AgentMaxStepHeight

float FNavMeshResolutionParam::AgentMaxStepHeight = 35.f

Largest vertical step the agent can perform

◆ CellHeight

float FNavMeshResolutionParam::CellHeight = 10.f

Vertical size of voxelization cell

◆ CellSize

float FNavMeshResolutionParam::CellSize = 25.f

Horizontal size of voxelization cell


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