| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
AnimNodeBlendBySpeed Blends between child nodes based on the owners speed and the defined constraints. Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.AnimNode
|
+-- Engine.AnimNodeBlendBase
|
+-- Engine.AnimNodeBlendList
|
+-- Engine.AnimNodeBlendBySpeed
| Variables Summary | |
|---|---|
| int | LastChannel |
| float | Speed |
| AnimNodeBlendBySpeed | |
| float | BlendDownPerc |
| float | BlendDownTime |
| float | BlendUpTime |
| bool | bUseAcceleration |
| array<float> | Constraints |
| Inherited Variables from Engine.AnimNodeBlendList |
|---|
| ActiveChildIndex, BlendTimeToGo, bPlayActiveChild, TargetWeight |
| Inherited Variables from Engine.AnimNodeBlendBase |
|---|
| bFixNumChildren, Children |
| Structures Summary |
|---|
| Inherited Structures from Engine.AnimNodeBlendBase |
|---|
| AnimBlendChild |
| Functions Summary |
|---|
| Inherited Functions from Engine.AnimNodeBlendList |
|---|
| SetActiveChild |
| Inherited Functions from Engine.AnimNodeBlendBase |
|---|
| PlayAnim, StopAnim |
| Variables Detail |
|---|
Last Channel being used
How fast they are moving this frame.
When should we start blending back down
How fast to blend when going down
How fast to blend when going up
Use acceleration instead of Velocity to determine speed
Weights/ constraints used for transition between child nodes
| Defaultproperties |
|---|
defaultproperties
{
BlendUpTime=0.100000
BlendDownTime=0.100000
BlendDownPerc=0.200000
Constraints(0)=0.000000
Constraints(1)=180.000000
Constraints(2)=350.000000
Constraints(3)=900.000000
Name="Default__AnimNodeBlendBySpeed"
ObjectArchetype=AnimNodeBlendList'Engine.Default__AnimNodeBlendList'
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||