UE3:Route (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
UT3 Object >> Actor >> Info >> Route
Package:
Engine
This class in other games:

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Properties

Property group 'Route'

NavList

Type: array<Actor.NavReference>

List of move targets in order

RouteType

Type: ERouteType


Default values

Subobjects

RouteRenderer

Class: Engine.RouteRenderingComponent

Property Value
AlwaysLoadOnClient False
AlwaysLoadOnServer False
HiddenGame True

Sprite

Class: Engine.SpriteComponent

Inherits from: Info.Sprite

Property Value
Sprite Texture2D'EngineResources.S_Route'

Enums

ERouteDirection

ERD_Forward
ERD_Reverse

ERouteFillAction

RFA_Overwrite
RFA_Add
RFA_Remove
RFA_Clear

ERouteType

ERT_Linear
Move from beginning to end, then stop
ERT_Loop
Move from beginning to end and then reverse
ERT_Circle
Move from beginning to end, then start at beginning again