Gah - a solution with more questions. – EntropicLqd

Difference between revisions of "UE3:NavMeshPath Toward (UDK)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Talk)
 
(Talk)
Line 11: Line 11:
 
'''Type:''' {{cl|Actor}}
 
'''Type:''' {{cl|Actor}}
  
<!-- enter variable description -->
+
Goal trying to find path toward
  
 
====GoalPoint====
 
====GoalPoint====

Revision as of 05:24, 17 January 2010

UDK Object >> NavMeshPathConstraint >> NavMeshPath_Toward
Package: 
Engine


Properties

GoalActor

Type: Actor

Goal trying to find path toward

GoalPoint

Type: Object.Vector

Goal trying to find path toward

Functions

Static functions

TowardGoal

static function bool TowardGoal (NavigationHandle NavHandle, Actor Goal)


TowardPoint

static function bool TowardPoint (NavigationHandle NavHandle, Object.Vector Point)


Events

Recycle

event Recycle ()

Overrides: NavMeshPathConstraint.Recycle