I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
Difference between revisions of "UE3:UTAnimBlendByWeapon (UT3)"
(Auto-generated page) |
(Talk) |
||
Line 16: | Line 16: | ||
Blend Times | Blend Times | ||
+ | |||
+ | '''Default value:''' 0.15 | ||
====bLooping==== | ====bLooping==== |
Latest revision as of 07:40, 23 May 2008
Object >> AnimNode >> AnimNodeBlendBase >> AnimNodeBlend >> AnimNodeBlendPerBone >> UTAnimBlendByWeapon |
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Properties[edit]
Property group 'Animation'[edit]
BlendTime[edit]
Type: float
Blend Times
Default value: 0.15
bLooping[edit]
Type: bool
Is this weapon playing a looped anim
LoopingAnim[edit]
Type: name
If set, after the fire anim completes this anim is looped instead of looping the fire anim
Default values[edit]
Property | Value | ||||
---|---|---|---|---|---|
Children[0] |
|
||||
Children[1] |
|
Functions[edit]
Events[edit]
AnimStopFire[edit]
Blends out the fire animation This event is called automatically for non-looping fire animations; otherwise it must be called manually
Other instance functions[edit]
AnimFire[edit]
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