Cogito, ergo sum

UE3:UTAnimBlendBase (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UDK Object >> AnimObject >> AnimNode >> AnimNodeBlendBase >> AnimNodeBlendList >> UTAnimBlendBase

Contents

Package: 
UTGame
Direct subclasses:
UTAnimBlendByFall, UTAnimBlendByFlying, UTAnimBlendByHoverboarding, UTAnimBlendByIdle, UTAnimBlendByPhysicsVolume, UTAnimBlendByPhysics, UTAnimBlendByPosture, UTAnimBlendByTurnInPlace, UTAnimBlendByVehicle
This class in other games:
UT3


[edit] Properties

[edit] Property group 'Animation'

[edit] BlendTime

Type: float

How fast show a given child blend in.

Default value: 0.25

[edit] ChildBlendTimes

Type: array<float>

Also allow for Blend Overrides

[edit] Native functions

[edit] GetAnimDuration

native final function float GetAnimDuration (int ChildIndex)

If child is an AnimNodeSequence, find its duration at current play rate.

[edit] GetBlendTime

native final function float GetBlendTime (int ChildIndex, optional bool bGetDefault)