Mostly Harmless

UE3:GameExplosion (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> GameExplosion
Package: 
GameFramework


Properties

Property group 'GameExplosion'

See GameExplosion property group GameExplosion.

Internal variables

ActorToIgnoreForDamage

Type: Actor

Modifiers: transient

Optional actor that does not receive any radial damage, to be specified at runtime

bFullDamageToAttachee

Type: bool

Modifiers: transient

Unused? Option to force full damage to the attachee actor.

ExplosionEffects

Type: GameExplosionContent

The archetype object referencing all of the content driven effects

HitActor

Type: Actor

Track if we've hit an actor, used to handle cases such as kidnapper protected from hostage damage

HitLocation

Type: Object.Vector

We need the hit location and hit normal so we can trace down to the actor to apply the decal (e.g. hitting wall or floor) *

HitNormal

Type: Object.Vector