![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 |
|
inline |
| dtQueryResultPack::dtQueryResultPack | ( | dtPolyRef | inRef, |
| dtReal | inCost, | ||
| const dtReal * | inPos, | ||
| unsigned int | inFlag | ||
| ) |
| dtReal dtQueryResultPack::cost |
| unsigned int dtQueryResultPack::flag |
| dtReal dtQueryResultPack::pos[3] |
| dtPolyRef dtQueryResultPack::ref |