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

UE3:UTActorFactoryVehicle (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 06:52, 17 January 2010 by Wormbo (Talk | contribs) (1 revision: class descriptions for UDK January update (part 7))

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UDK Object >> ActorFactory >> ActorFactoryVehicle >> UTActorFactoryVehicle
Package: 
UTGame
This class in other games:
UT3


Properties[edit]

Property group 'UTActorFactoryVehicle'[edit]

bKeyVehicle[edit]

Type: bool

if set, force vehicle to be a key vehicle (displayed on map and considered more important by AI)

bTeamLocked[edit]

Type: bool

whether the vehicle starts out locked and can only be used by the owning team

Default value: True

TeamNum[edit]

Type: byte

the number of the team that may use this vehicle

Default values[edit]

Property Value
VehicleClass Class'UTGame.UTVehicle'

Events[edit]

PostCreateActor[edit]

simulated event PostCreateActor (Actor NewActor)

Overrides: ActorFactory.PostCreateActor

Initialize factory created vehicle