I love the smell of UnrealEd crashing in the morning. – tarquin

UE3:NavMeshPathConstraint (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 06:24, 17 January 2010 by (Talk)

Jump to: navigation, search
UDK Object >> NavMeshPathConstraint
Package: 
Engine
Direct subclasses:
NavMeshPath_AlongLine, NavMeshPath_EnforceTwoWayEdges, NavMeshPath_MinDistBetweenSpecsOfType, NavMeshPath_Toward, NavMeshPath_WithinDistanceEnvelope, NavMeshPath_WithinTraversalDist, NavMeshPath_BiasAgainstPolysWithinDistanceOfLocations


Properties

AddedDirectCost

Type: float

total cost added by this constraint to the saved *real* cost of nodes

AddedHeuristicCost

Type: float

total cost added by this constraint to the heuristic cost of nodes

NextConstraint

Type: NavMeshPathConstraint

Next constraint in the list

NumNodesProcessed

Type: int

number of nodes this constraint has processed

NumThrownOutNodes

Type: int

number of nodes this constraint has returned FALSE for

Events

GetDumpString

event string GetDumpString ()


Recycle

event Recycle ()