Navigation
API > API/Runtime > API/Runtime/Navmesh
| Name | dtObstacleAvoidanceDebugData |
| Type | class |
| Header File | /Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourObstacleAvoidance.h |
| Include Path | #include "DetourCrowd/DetourObstacleAvoidance.h" |
Syntax
class dtObstacleAvoidanceDebugData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
dtObstacleAvoidanceDebugData() |
DetourCrowd/DetourObstacleAvoidance.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~dtObstacleAvoidanceDebugData() |
DetourCrowd/DetourObstacleAvoidance.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| m_maxSamples | int | DetourCrowd/DetourObstacleAvoidance.h | ||
| m_nsamples | int | DetourCrowd/DetourObstacleAvoidance.h | ||
| m_pen | dtReal * | DetourCrowd/DetourObstacleAvoidance.h | ||
| m_spen | dtReal * | DetourCrowd/DetourObstacleAvoidance.h | ||
| m_ssize | dtReal * | DetourCrowd/DetourObstacleAvoidance.h | ||
| m_tpen | dtReal * | DetourCrowd/DetourObstacleAvoidance.h | ||
| m_vcpen | dtReal * | DetourCrowd/DetourObstacleAvoidance.h | ||
| m_vel | dtReal * | DetourCrowd/DetourObstacleAvoidance.h | ||
| m_vpen | dtReal * | DetourCrowd/DetourObstacleAvoidance.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void addSample
(
const dtReal* vel, |
DetourCrowd/DetourObstacleAvoidance.h | ||
dtReal getSampleCollisionTimePenalty
(
const int i |
DetourCrowd/DetourObstacleAvoidance.h | ||
int getSampleCount() |
DetourCrowd/DetourObstacleAvoidance.h | ||
dtReal getSampleCurrentVelocityPenalty
(
const int i |
DetourCrowd/DetourObstacleAvoidance.h | ||
dtReal getSampleDesiredVelocityPenalty
(
const int i |
DetourCrowd/DetourObstacleAvoidance.h | ||
dtReal getSamplePenalty
(
const int i |
DetourCrowd/DetourObstacleAvoidance.h | ||
dtReal getSamplePreferredSidePenalty
(
const int i |
DetourCrowd/DetourObstacleAvoidance.h | ||
dtReal getSampleSize
(
const int i |
DetourCrowd/DetourObstacleAvoidance.h | ||
const dtReal * getSampleVelocity
(
const int i |
DetourCrowd/DetourObstacleAvoidance.h | ||
bool init
(
const int maxSamples |
DetourCrowd/DetourObstacleAvoidance.h | ||
void normalizeSamples() |
DetourCrowd/DetourObstacleAvoidance.h | ||
void reset() |
DetourCrowd/DetourObstacleAvoidance.h |