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

UTGame.UTSkelControl_MantaFlaps

Extends
SkelControlSingleBone
Modifiers
hidecategories ( Translation , Rotation , Adjustment ) native ( Animation )

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

Core.Object
|   
+-- Engine.SkelControlBase
   |   
   +-- Engine.SkelControlSingleBone
      |   
      +-- UTGame.UTSkelControl_MantaFlaps

Variables Summary
nameLeftFlapControl
floatMaxPitchChange
floatMaxPitchTime
floatOldZPitch
nameRightFlapControl
Manta
floatMaxPitch
Inherited Variables from Engine.SkelControlSingleBone
bAddRotation, bAddTranslation, bApplyRotation, bApplyTranslation, BoneRotation, BoneRotationSpace, BoneTranslation, BoneTranslationSpace, RotationSpaceBoneName, TranslationSpaceBoneName
Inherited Variables from Engine.SkelControlBase
bEnableEaseInOut, bIgnoreWhenNotRendered, bInitializedCachedNodeList, BlendInTime, BlendOutTime, BlendTimeToGo, BoneScale, bPropagateSetActive, bSetStrengthFromAnimNode, CachedNodeList, ControlName, ControlPosX, ControlPosY, ControlStrength, ControlTickTag, DrawWidth, IgnoreAtOrAboveLOD, NextControl, SkelComponent, StrengthAnimNodeNameList, StrengthTarget

Enumerations Summary
Inherited Enumerations from Engine.SkelControlBase
EBoneControlSpace

Functions Summary
Inherited Functions from Engine.SkelControlBase
SetSkelControlActive, SetSkelControlStrength


Variables Detail

LeftFlapControl Source code

var name LeftFlapControl;

MaxPitchChange Source code

var float MaxPitchChange;
Max pitch change per second

MaxPitchTime Source code

var float MaxPitchTime;
1/MaxPitchTime is minimum time to go from 0 to max pitch

OldZPitch Source code

var float OldZPitch;

RightFlapControl Source code

var name RightFlapControl;

Manta

MaxPitch Source code

var(Manta) float MaxPitch;


Defaultproperties

defaultproperties
{
   maxPitch=30.000000
   MaxPitchTime=4.000000
   MaxPitchChange=10000.000000
   RightFlapControl="right_flap"
   LeftFlapControl="left_flap"
   bApplyRotation=True
   BoneRotationSpace=BCS_ActorSpace
   bIgnoreWhenNotRendered=True
   Name="Default__UTSkelControl_MantaFlaps"
   ObjectArchetype=SkelControlSingleBone'Engine.Default__SkelControlSingleBone'
}

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