Legacy:LiftCenter (UT): Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
UT only. In UT200x, JumpSpot is a subclass of NavigationPoint->JumpDest
m +MaxDist2D desc
Line 8: Line 8:


===LiftCenter Group===
===LiftCenter Group===
; name LiftTag : Ties this to other lift pathnodes.
; name LiftTag: Ties this to other lift pathnodes.
; name LiftTrigger : Indicates to AI which Trigger actor will activate this Lift.
; name LiftTrigger: Indicates to AI which Trigger actor will activate this Lift.
; vector MaxZDiffAdd : Added threshold for Z difference between pawn and lift, for lifts which are at the end of a ramp or stairs.  
; vector MaxZDiffAdd: Added threshold for Z difference between pawn and lift, for lifts which are at the end of a ramp or stairs.  
; vector MaxDist2D :  
; vector MaxDist2D: The maximum distance between the bot and the LiftCenter. It defaults to 400 world units.


===Hidden===
===Hidden===

Revision as of 12:36, 18 April 2015

UT :: Actor (UT) >> NavigationPoint (UT) >> LiftCenter

A LiftCenter actor tells AI agents (bots, etc) where to go while riding a lift.

For the UT200x version of this actor, see LiftCenter.

Properties

LiftCenter Group

name LiftTag
Ties this to other lift pathnodes.
name LiftTrigger
Indicates to AI which Trigger actor will activate this Lift.
vector MaxZDiffAdd
Added threshold for Z difference between pawn and lift, for lifts which are at the end of a ramp or stairs.
vector MaxDist2D
The maximum distance between the bot and the LiftCenter. It defaults to 400 world units.

Hidden

float LastTriggerTime
vector LiftOffset
Trigger RecommendedTrigger

Known Subclasses

These are used in a similar fashion with LiftExit (UT) to create different types of path.

Related Topics