| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.AnimNode
|
+-- Engine.AnimNodeBlendBase
|
+-- Engine.AnimNodeBlendDirectional
| Variables Summary | |
|---|---|
| float | DirAngle |
| AnimNodeBlendDirectional | |
| float | DirDegreesPerSecond |
| int | SingleAnimAtOrAboveLOD |
| Inherited Variables from Engine.AnimNodeBlendBase |
|---|
| bFixNumChildren, Children |
| Enumerations Summary |
|---|
| Inherited Enumerations from Engine.AnimNode |
|---|
| ESliderType |
| Structures Summary |
|---|
| Inherited Structures from Engine.AnimNodeBlendBase |
|---|
| AnimBlendChild |
| Inherited Structures from Engine.AnimNode |
|---|
| BoneAtom |
| Functions Summary |
|---|
| Inherited Functions from Engine.AnimNodeBlendBase |
|---|
| PlayAnim, StopAnim |
| Inherited Functions from Engine.AnimNode |
|---|
| FindAnimNode, OnBecomeRelevant, OnCeaseRelevant, OnInit, PlayAnim, StopAnim |
| Variables Detail |
|---|
In radians. Between -PI and PI. 0.0 is running the way we are looking.
Allows control over how quickly the directional blend should be allowed to change.
If the LOD for the mesh is at or above this LOD level, only use a single directional animation instead of blending.
| Defaultproperties |
|---|
defaultproperties
{
DirDegreesPerSecond=360.000000
SingleAnimAtOrAboveLOD=1000
Children(0)=(Name="Forward",Weight=1.000000)
Children(1)=(Name="Backward")
Children(2)=(Name="Left")
Children(3)=(Name="Right")
bFixNumChildren=True
Name="Default__AnimNodeBlendDirectional"
ObjectArchetype=AnimNodeBlendBase'Engine.Default__AnimNodeBlendBase'
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||