![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for dtQueryResult, including all inherited members.
| addItem(dtPolyRef ref, dtReal cost, const dtReal *pos, unsigned int flag) | dtQueryResult | inlineprotected |
| copyCosts(dtReal *costs, int nmax) | dtQueryResult | |
| copyFlags(unsigned char *flags, int nmax) | dtQueryResult | |
| copyFlags(unsigned int *flags, int nmax) | dtQueryResult | |
| copyPos(dtReal *pos, int nmax) | dtQueryResult | |
| copyRefs(dtPolyRef *refs, int nmax) | dtQueryResult | |
| data | dtQueryResult | protected |
| dtNavMeshQuery | dtQueryResult | friend |
| getCost(int idx) const | dtQueryResult | inline |
| getFlag(int idx) const | dtQueryResult | inline |
| getPos(int idx) const | dtQueryResult | inline |
| getPos(int idx, dtReal *pos) | dtQueryResult | |
| getRef(int idx) const | dtQueryResult | inline |
| reserve(int n) | dtQueryResult | inline |
| setCost(int idx, dtReal cost) | dtQueryResult | inlineprotected |
| setFlag(int idx, unsigned int flag) | dtQueryResult | inlineprotected |
| setPos(int idx, const dtReal *pos) | dtQueryResult | protected |
| setRef(int idx, dtPolyRef ref) | dtQueryResult | inlineprotected |
| size() const | dtQueryResult | inline |