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

UTGame.UTAnimBlendByHoverboardTilt

Extends
AnimNodeBlendBase
Modifiers
native ( Animation )

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

Core.Object
|   
+-- Engine.AnimNode
   |   
   +-- Engine.AnimNodeBlendBase
      |   
      +-- UTGame.UTAnimBlendByHoverboardTilt

Variables Summary
nameUpperBodyName
vectorUpVector
UTAnimBlendByHoverboardTilt
floatTiltDeadZone
floatTiltScale
floatTiltYScale
Inherited Variables from Engine.AnimNodeBlendBase
bFixNumChildren, Children
Inherited Variables from Engine.AnimNode
bCachedHasRootMotion, bJustBecameRelevant, bRelevant, bSkipTickWhenZeroWeight, bTickDuringPausedAnims, CachedBoneAtoms, CachedRootMotionDelta, DrawHeight, DrawWidth, InstanceVersionNumber, NodeCachedAtomsTag, NodeName, NodePosX, NodePosY, NodeTickTag, NodeTotalWeight, OutDrawY, ParentNodes, SearchTag, SkelComponent, TotalWeightAccumulator

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

UpperBodyName Source code

var name UpperBodyName;

UpVector Source code

var vector UpVector;

UTAnimBlendByHoverboardTilt

TiltDeadZone Source code

var(UTAnimBlendByHoverboardTilt) float TiltDeadZone;

TiltScale Source code

var(UTAnimBlendByHoverboardTilt) float TiltScale;

TiltYScale Source code

var(UTAnimBlendByHoverboardTilt) float TiltYScale;


Defaultproperties

defaultproperties
{
   TiltYScale=1.000000
   UpperBodyName="UpperBody"
   Children(0)=(Name="flat",Weight=1.000000)
   Children(1)=(Name="Forward")
   Children(2)=(Name="Backward")
   Children(3)=(Name="Left")
   Children(4)=(Name="Right")
   bFixNumChildren=True
   Name="Default__UTAnimBlendByHoverboardTilt"
   ObjectArchetype=AnimNodeBlendBase'Engine.Default__AnimNodeBlendBase'
}

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