dtQueryResultPack

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Detour/DetourNavMeshQuery.h"

Syntax

struct dtQueryResultPack

Variables

Name Description

Public variable

float

 

cost

Public variable

unsigned int

 

flag

Public variable

float[3]

 

pos

Public variable

dtPolyRef

 

ref

Constructors

Name Description

Public function

dtQueryResultPack()

Public function

dtQueryResultPack

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

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