Cogito, ergo sum

UE3:UTVehicleDeathPiece (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> Actor >> UTGib >> UTGib_Vehicle >> UTVehicleDeathPiece
Package: 
UTGame
This class in other games:
UDK

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

Properties[edit]

PSC[edit]

Type: ParticleSystemComponent

Returns whether a mutator should be allowed with this gametype

Default value: ParticleSystemComponent'Particles'

Default values[edit]

Property Value
CollisionComponent UTGibStaticMeshComponent'VehicleGibStaticMeshComp'
Components[1] UTGibStaticMeshComponent'VehicleGibStaticMeshComp'
Components[2] ParticleSystemComponent'Particles'
GibMeshComp UTGibStaticMeshComponent'VehicleGibStaticMeshComp'

Subobjects[edit]

GibLightEnvironmentComp[edit]

Class: Engine.DynamicLightEnvironmentComponent

Inherits from: UTGib_Vehicle.GibLightEnvironmentComp

No new values.

Particles[edit]

Class: Engine.ParticleSystemComponent

Property Value
Template ParticleSystem'Envy_Effects.VH_Deaths.P_VH_Death_SpecialCase_1_Attach'

VehicleGibStaticMeshComp[edit]

Class: UTGame.UTGibStaticMeshComponent

Property Value
CachedCullDistance 8000.0
LightEnvironment DynamicLightEnvironmentComponent'UTGame.Default__UTVehicleDeathPiece:GibLightEnvironmentComp'
ScriptRigidBodyCollisionThreshold 1.0

Events[edit]

PreBeginPlay[edit]

simulated event PreBeginPlay ()

Overrides: UTGib.PreBeginPlay

We need to skip the UTGib_Vehicle PreBeginPlay because UTGib_Vehicle tries to ChooseGib which we don't want to do *