Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE3:NavMeshPath_Toward (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 05:42, 17 January 2010 by Wormbo (Talk | contribs) (1 revision: class descriptions for UDK January update (part 3))

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UDK Object >> NavMeshPathConstraint >> NavMeshPath_Toward
Package: 
Engine


Properties[edit]

GoalActor[edit]

Type: Actor

Goal trying to find path toward

GoalPoint[edit]

Type: Object.Vector

Goal trying to find path toward

Functions[edit]

Static functions[edit]

TowardGoal[edit]

static function bool TowardGoal (NavigationHandle NavHandle, Actor Goal)


TowardPoint[edit]

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


Events[edit]

Recycle[edit]

event Recycle ()

Overrides: NavMeshPathConstraint.Recycle