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

UE3:NavMeshGoal_Null (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> NavMeshPathGoalEvaluator >> NavMeshGoal_Null
Package: 
Engine

this goal eval will not stop until its out of paths, and will simply return the node with the least cost

Properties[edit]

PartialGoal[edit]

Type: pointer{FNavMeshPolyBase}

Modifiers: private, native


Default values[edit]

Property Value
MaxPathVisits 2048

Functions[edit]

Static functions[edit]

GoUntilBust[edit]

static function bool GoUntilBust (NavigationHandle NavHandle, optional int InMaxPathVisits)


Native functions[edit]

RecycleNative[edit]

native function RecycleNative ()


Events[edit]

Recycle[edit]

event Recycle ()

Overrides: NavMeshPathGoalEvaluator.Recycle