UE3:Route (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
- Package:
- Engine
- This class in other games:
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Properties
Property group 'Route'
Type: array<Actor.NavReference>
List of move targets in order
RouteType
Type: ERouteType
Default values
Property | Value |
---|---|
bStatic | True |
CollisionType | COLLIDE_CustomDefault |
Components[1] | SpriteComponent'Sprite' |
Components[2] | RouteRenderingComponent'RouteRenderer' |
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