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

UE3:UTAnimBlendByWeapon (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 07:40, 23 May 2008 by (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> AnimNode >> AnimNodeBlendBase >> AnimNodeBlend >> AnimNodeBlendPerBone >> UTAnimBlendByWeapon
Package: 
UTGame
This class in other games:
UDK

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

Properties

Property group 'Animation'

BlendTime

Type: float

Blend Times

Default value: 0.15

bLooping

Type: bool

Is this weapon playing a looped anim

LoopingAnim

Type: name

If set, after the fire anim completes this anim is looped instead of looping the fire anim

Default values

Property Value
Children[0]
Member Value
Name 'Not-Firing'
Children[1]
Member Value
Name 'Firing'

Functions

Events

AnimStopFire

event AnimStopFire (optional float SpecialBlendTime)

Blends out the fire animation This event is called automatically for non-looping fire animations; otherwise it must be called manually

Other instance functions

AnimFire

function AnimFire (name FireSequence, bool bAutoFire, optional float AnimRate, optional float SpecialBlendTime, optional name LoopSequence)

Call to trigger the fire sequence. It will blend to the fire animation. If bAutoFire is specified, if LoopSequence is 'None' or unspecified, FireSequence will be looped, otherwise FireSequence will be played once and LoopSequence will be looped after that