Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.AnimNodeBlendPerBone

Extends
AnimNodeBlend
Modifiers
native ( Anim )

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

Core.Object
|   
+-- Engine.AnimObject
   |   
   +-- Engine.AnimNode
      |   
      +-- Engine.AnimNodeBlendBase
         |   
         +-- Engine.AnimNodeBlend
            |   
            +-- Engine.AnimNodeBlendPerBone

Direct Known Subclasses:

UDKAnimBlendBySlotActive, UDKAnimBlendByWeapon, UDKAnimBlendByWeapType

Variables Summary
Array<FLOAT>Child2PerBoneWeight
Array<BYTE>LocalToCompReqBones
AnimNodeBlendPerBone
boolbForceLocalSpaceBlend
Array<Name>BranchStartBoneName
Inherited Variables from Engine.AnimNodeBlend
BlendTimeToGo, bSkipBlendWhenNotRendered, Child2Weight, Child2WeightTarget
Inherited Variables from Engine.AnimNodeBlendBase
bFixNumChildren, BlendType, Children

Structures Summary
Inherited Structures from Engine.AnimNodeBlendBase
AnimBlendChild

Functions Summary
function SetBlendTarget (float BlendTarget, float BlendTime)
Inherited Functions from Engine.AnimNodeBlend
SetBlendTarget
Inherited Functions from Engine.AnimNodeBlendBase
PlayAnim, ReplayAnim, StopAnim


Variables Detail

Child2PerBoneWeight Source code

var Array<FLOAT> Child2PerBoneWeight;
per bone weight list, built from list of branches.

LocalToCompReqBones Source code

var Array<BYTE> LocalToCompReqBones;
Required bones for local to component space conversion

AnimNodeBlendPerBone

bForceLocalSpaceBlend Source code

var(AnimNodeBlendPerBone) const bool bForceLocalSpaceBlend;
If TRUE, blend will be done in local space.

BranchStartBoneName Source code

var(AnimNodeBlendPerBone) Array<Name> BranchStartBoneName;
List of branches to mask in from child2


Functions Detail

SetBlendTarget Source code

native function SetBlendTarget ( float BlendTarget, float BlendTime )
Overridden so we can keep child zero weight at 1.


Defaultproperties

defaultproperties
{
	Children(0)=(Name="Source",Weight=1.0)
	Children(1)=(Name="Target")
	bFixNumChildren=TRUE

	CategoryDesc = "Filter"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: ti 22-3-2011 19:56:47.324 - Created with UnCodeX