dtQueryResult

Windows
MacOS
Linux

Inheritance Hierarchy

dtQueryResult

FRecastAStarResult

References

Module

Navmesh

Header

/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshQuery.h

Include

#include "Detour/DetourNavMeshQuery.h"

Syntax

struct dtQueryResult

Variables

Name Description

Protected variable

dtChunkArray< d...

 

data

Functions

Name Description

Protected function

int

 

addItem

(
    dtPolyRef ref,
    float cost,
    const float* pos,
    unsigned int flag
)

Public function

void

 

copyCosts

(
    float* costs,
    int nmax
)

Public function

void

 

copyFlags

(
    unsigned int* flags,
    int nmax
)

Public function

void

 

copyFlags

(
    unsigned char* flags,
    int nmax
)

Public function

void

 

copyPos

(
    float* pos,
    int nmax
)

Public function

void

 

copyRefs

(
    dtPolyRef* refs,
    int nmax
)

Public function Const

float

 

getCost

(
    int idx
)

Public function Const

unsigned int

 

getFlag

(
    int idx
)

Public function

void

 

getPos

(
    int idx,
    float* pos
)

Public function Const

const float ...

 

getPos

(
    int idx
)

Public function Const

dtPolyRef

 

getRef

(
    int idx
)

Public function

void

 

reserve

(
    int n
)

Protected function

void

 

setCost

(
    int idx,
    float cost
)

Protected function

void

 

setFlag

(
    int idx,
    unsigned int flag
)

Protected function

void

 

setPos

(
    int idx,
    const float* pos
)

Protected function

void

 

setRef

(
    int idx,
    dtPolyRef ref
)

Public function Const

int

 

size()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss