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

UTGame.UTAnimBlendByPhysics

Extends
UTAnimBlendBase
Modifiers
native ( Animation )

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

Core.Object
|   
+-- Engine.AnimNode
   |   
   +-- Engine.AnimNodeBlendBase
      |   
      +-- Engine.AnimNodeBlendList
         |   
         +-- UTGame.UTAnimBlendBase
            |   
            +-- UTGame.UTAnimBlendByPhysics

Variables Summary
intLastPhysics
intPendingChildIndex
floatPendingTimeToGo
Animations
intPhysicsMap[12]
UTAnimBlendByPhysics
floatLandBlendDelay
Inherited Variables from UTGame.UTAnimBlendBase
BlendTime, ChildBlendTimes, SliderPosition
Inherited Variables from Engine.AnimNodeBlendList
ActiveChildIndex, BlendTimeToGo, bPlayActiveChild, TargetWeight

Functions Summary
Inherited Functions from UTGame.UTAnimBlendBase
GetAnimDuration, GetBlendTime
Inherited Functions from Engine.AnimNodeBlendList
SetActiveChild


Variables Detail

LastPhysics Source code

var int LastPhysics;
Holds the last known physics type for the tree's owner.

PendingChildIndex Source code

var int PendingChildIndex;

PendingTimeToGo Source code

var float PendingTimeToGo;

Animations

PhysicsMap[12] Source code

var(Animations) int PhysicsMap[12];
Maps the PSY_enums to child nodes

UTAnimBlendByPhysics

LandBlendDelay Source code

var(UTAnimBlendByPhysics) float LandBlendDelay;


Defaultproperties

defaultproperties
{
   PhysicsMap(0)=-1
   PhysicsMap(1)=-1
   PhysicsMap(2)=-1
   PhysicsMap(3)=-1
   PhysicsMap(4)=-1
   PhysicsMap(5)=-1
   PhysicsMap(6)=-1
   PhysicsMap(7)=-1
   PhysicsMap(8)=-1
   PhysicsMap(9)=-1
   PhysicsMap(10)=-1
   PhysicsMap(11)=-1
   Children(0)=(Name="PHYS_Walking",Weight=1.000000)
   Children(1)=(Name="PHYS_Falling")
   Children(2)=(Name="PHYS_Swimming")
   Name="Default__UTAnimBlendByPhysics"
   ObjectArchetype=UTAnimBlendBase'UTGame.Default__UTAnimBlendBase'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:48.523 - Created with UnCodeX