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

#include <RecastGraphAStar.h>

Static Public Attributes

static const int32 NodePoolSize = 2048
 
static const int32 OpenSetSize = 2048
 
static const int32 FatalPathLength = 10000
 
static const bool bReuseNodePoolInSubsequentSearches = false
 

Member Data Documentation

◆ bReuseNodePoolInSubsequentSearches

const bool FRecastGraphPolicy::bReuseNodePoolInSubsequentSearches = false
static

◆ FatalPathLength

const int32 FRecastGraphPolicy::FatalPathLength = 10000
static

◆ NodePoolSize

const int32 FRecastGraphPolicy::NodePoolSize = 2048
static

◆ OpenSetSize

const int32 FRecastGraphPolicy::OpenSetSize = 2048
static

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