UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
RecastGraphAStar.h File Reference
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "Engine/EngineTypes.h"
#include "AI/Navigation/NavigationTypes.h"
#include "GraphAStar.h"
#include "NavMesh/RecastQueryFilter.h"
#include "RecastGraphAStar.generated.h"

Go to the source code of this file.

Classes

struct  FRecastGraphPolicy
 
struct  FRecastGraphWrapper
 

Typedefs

typedef uint64 dtPolyRef
 
typedef unsigned int dtStatus
 

Typedef Documentation

◆ dtPolyRef

Polygon references are subject to the same invalidate/preserve/restore rules that apply to dtTileRef's. If the dtTileRef for the polygon's tile changes, the polygon reference becomes invalid.

Changing a polygon's flags, area id, etc. does not impact its polygon reference.

◆ dtStatus