Always snap to grid

UE1:PathNodeIterator (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
RTNP Object >> Actor >> PathNodeIterator
Package: 
UPak
Direct subclass:
PawnPathNodeIterator

PathNodeIterator.uc $Author: Deb $ $Date: 4/23/99 12:13p $ $Revision: 1 $

Properties[edit]

NodeCost[edit]

Type: int


NodeCount[edit]

Type: int


NodeIndex[edit]

Type: int


NodePath[edit]

Type: NavigationPoint

Array size: 64 (64 )


NodeStart[edit]

Type: Object.Vector


Default values[edit]

Property Value
bHidden True
bMovable False

Instance functions[edit]

BuildPath[edit]

intrinsic final function BuildPath (Object.Vector Start, Object.Vector End)


GetCurrent[edit]

intrinsic final function NavigationPoint GetCurrent ()


GetFirst[edit]

intrinsic final function NavigationPoint GetFirst ()


GetLast[edit]

intrinsic final function NavigationPoint GetLast ()


GetLastVisible[edit]

intrinsic final function NavigationPoint GetLastVisible ()


GetNext[edit]

intrinsic final function NavigationPoint GetNext ()


GetPrevious[edit]

intrinsic final function NavigationPoint GetPrevious ()