I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE1:PathPoint (UT)

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
UT Object >> Actor >> Keypoint >> PathPoint
Package: 
UnrealShare
This class in other games:
RTNP, U1

PathPoint.

Properties[edit]

Property group 'PathPoint'[edit]

curveSpeed[edit]

Type: float

how fast the object must move at this point (affects shape of path, not really speed)

sequence_Number[edit]

Type: int

to order the points

speedU[edit]

Type: float

speed factor, a value of 1 will travel through the segment in 1 second, 0 stop, 2 in 1/2 second, etc..

Internal variables[edit]

pVelocity[edit]

Type: Object.Vector

calculated internally, the velocity at this point