Gah - a solution with more questions. – EntropicLqd

Difference between revisions of "UE3:Path AlongLine (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))
 
(One intermediate revision by one other user not shown)
Line 11: Line 11:
 
'''Type:''' {{tl|Vector|Object|structs}}
 
'''Type:''' {{tl|Vector|Object|structs}}
  
<!-- enter variable description -->
+
Direction to move in
  
 
===Default values===
 
===Default values===

Latest revision as of 05:42, 17 January 2010

UDK Object >> PathConstraint >> Path_AlongLine
Package: 
Engine


Properties[edit]

Direction[edit]

Type: Object.Vector

Direction to move in

Default values[edit]

Property Value
CacheIdx 0

Functions[edit]

Static functions[edit]

AlongLine[edit]

static function bool AlongLine (Pawn P, Object.Vector Dir)


Events[edit]

Recycle[edit]

event Recycle ()

Overrides: PathConstraint.Recycle