Mostly Harmless
UE1:PathNodeIterator (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents |
- Package:
- UPak
- Direct subclass:
- PawnPathNodeIterator
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
PathNodeIterator.uc $Author: Deb $ $Date: 4/23/99 12:13p $ $Revision: 1 $
[edit] Properties
[edit] NodeCost
Type: int
[edit] NodeCount
Type: int
[edit] NodeIndex
Type: int
[edit] NodePath
Type: NavigationPoint
Array size: 64 (64 )
[edit] NodeStart
Type: Object.Vector
[edit] Default values
| Property | Value |
|---|---|
| bHidden | True |
| bMovable | False |
[edit] Instance functions
[edit] BuildPath
intrinsic final function BuildPath (Object.Vector Start, Object.Vector End)
[edit] GetCurrent
intrinsic final function NavigationPoint GetCurrent ()
[edit] GetFirst
intrinsic final function NavigationPoint GetFirst ()
[edit] GetLast
intrinsic final function NavigationPoint GetLast ()
[edit] GetLastVisible
intrinsic final function NavigationPoint GetLastVisible ()
[edit] GetNext
intrinsic final function NavigationPoint GetNext ()
[edit] GetPrevious
intrinsic final function NavigationPoint GetPrevious ()
