My program doesn't have bugs. It just develops random features.

UE3:AnimNodeSequenceBlendBase (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 12:47, 6 November 2009 by (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UDK Object >> AnimObject >> AnimNode >> AnimNodeSequence >> AnimNodeSequenceBlendBase
Package: 
Engine
Direct subclass:
AnimNodeSequenceBlendByAim
This class in other games:
UT3

This class encapsulates a common interface to extract multiple animation data and blend it.

Properties[edit]

Property group 'Animations'[edit]

Anims[edit]

Type: array<AnimBlendInfo>

Modifiers: editfixedsize, editinline, export

Array of animations to blend

Structs[edit]

AnimBlendInfo[edit]

Modifiers: native

Structure to define animation blending.

name AnimName 
Name of animation sequence
AnimInfo AnimInfo 
Animation info
float Weight 
Weight i the blend

AnimInfo[edit]

Modifiers: native

Structure regrouping all we need to extract an animation.

name AnimSeqName 
Animation Name
AnimSequence AnimSeq 
Pointer to actual AnimSequence.

Found from SkeletalMeshComponent using AnimSeqName when you call SetAnim.

int AnimLinkupIndex 
Bone -> Track mapping info for this player node.

Index into the LinkupCache array in the AnimSet. Found from AnimSet when you call SetAnim.