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

#include <DetourNavMeshQuery.h>

Public Member Functions

 dtQueryResultPack ()
 
 dtQueryResultPack (dtPolyRef inRef, dtReal inCost, const dtReal *inPos, unsigned int inFlag)
 

Public Attributes

dtPolyRef ref
 
dtReal cost
 
dtReal pos [3]
 
unsigned int flag
 

Constructor & Destructor Documentation

◆ dtQueryResultPack() [1/2]

dtQueryResultPack::dtQueryResultPack ( )
inline

◆ dtQueryResultPack() [2/2]

dtQueryResultPack::dtQueryResultPack ( dtPolyRef  inRef,
dtReal  inCost,
const dtReal inPos,
unsigned int  inFlag 
)

Member Data Documentation

◆ cost

dtReal dtQueryResultPack::cost

◆ flag

unsigned int dtQueryResultPack::flag

◆ pos

dtReal dtQueryResultPack::pos[3]

◆ ref

dtPolyRef dtQueryResultPack::ref

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