Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE3:UTSeqAct_SpawnProjectile (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> SequenceObject >> SequenceOp >> SequenceAction >> UTSeqAct_SpawnProjectile
Package: 
UTGame
This class in other games:
UDK

spawns a projectile at a certain location that moves toward the given location with the given Instigator

Properties

Property group 'UTSeqAct_SpawnProjectile'

ProjectileClass

Type: class<Projectile>

Class of projectile to spawn

Default values

Property Value
bCallHandler False
ObjName "Spawn Projectile"
VariableLinks[0]
Member Value
ExpectedType Class'Engine.SeqVar_Vector'
LinkDesc "Spawn Location"
MaxVars 1
VariableLinks[1]
Member Value
ExpectedType Class'Engine.SeqVar_Vector'
LinkDesc "Target Location"
MaxVars 1
MinVars 1
VariableLinks[2]
Member Value
ExpectedType Class'Engine.SeqVar_Object'
LinkDesc "Instigator"
MaxVars 1

Events

Activated

event Activated ()

Overrides: SequenceOp.Activated

Called when this event is activated.