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

UE3:SeqAct_CauseDamage (UT3)

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

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

Properties

Property group 'SeqAct_CauseDamage'

DamageAmount

Type: float

Amount of damage to apply

DamageType

Type: class<DamageType>

Type of damage to apply

Momentum

Type: float

Amount of momentum to apply

Default value: 500.0

Internal variables

Instigator

Type: Actor

player that should take credit for the damage (Controller or Pawn)

Default values

Property Value
ObjCategory "Actor"
ObjClassVersion 2
ObjName "Cause Damage"
VariableLinks[1]
Member Value
ExpectedType Class'Engine.SeqVar_Float'
LinkDesc "Amount"
MaxVars 255
MinVars 1
PropertyName 'DamageAmount'
VariableLinks[2]
Member Value
ExpectedType Class'Engine.SeqVar_Object'
LinkDesc "Instigator"
MaxVars 255
MinVars 1
PropertyName 'Instigator'