UE3:UTTranslocatorDest (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
UT3 Object >> Actor >> NavigationPoint >> UTTranslocatorDest
Package:
UTGame

builds UTTranslocatorReachSpecs towards this node for each entry in the StartPoints array

Properties

Property group 'UTTranslocatorDest'

StartPoints

Type: array<TranslocatorSource>

list of points that the AI can translocate/specialjump to this node from

Default values

Property Value
CollisionType COLLIDE_CustomDefault

Subobjects

Arrow

Class: Engine.ArrowComponent

Inherits from: NavigationPoint.Arrow

No new values.

CollisionCylinder

Class: Engine.CylinderComponent

Inherits from: NavigationPoint.CollisionCylinder

No new values.

PathRenderer

Class: Engine.PathRenderingComponent

Inherits from: NavigationPoint.PathRenderer

No new values.

Sprite

Class: Engine.SpriteComponent

Inherits from: NavigationPoint.Sprite

No new values.

Sprite2

Class: Engine.SpriteComponent

Inherits from: NavigationPoint.Sprite2

No new values.

Structs

TranslocatorSource

Modifiers: native

NavigationPoint Point
the actual source point
bool bAutoDetectVelocity
if set, try to determine target translocator disc velocity/special jump Z automatically
Object.Vector RequiredTransVelocity
translocator disc velocity the AI should use
float RequiredJumpZ
Jump Z velocity AI must be able to attain to jump here, or <= 0 if this point cannot be reached by jumping

Default values:

Property Value
bAutoDetectVelocity True