The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

Difference between revisions of "UE3:NavMeshPathConstraint (UDK)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Talk)
m (1 revision: class descriptions for UDK January update (part 3))
 
(No difference)

Latest revision as of 06:42, 17 January 2010

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


Properties[edit]

AddedDirectCost[edit]

Type: float

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

AddedHeuristicCost[edit]

Type: float

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

NextConstraint[edit]

Type: NavMeshPathConstraint

Next constraint in the list

NumNodesProcessed[edit]

Type: int

number of nodes this constraint has processed

NumThrownOutNodes[edit]

Type: int

number of nodes this constraint has returned FALSE for

Events[edit]

GetDumpString[edit]

event string GetDumpString ()


Recycle[edit]

event Recycle ()