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

Engine.MorphNodeWeight

Extends
MorphNodeWeightBase
Modifiers
native ( Anim ) hidecategories ( Object )

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

Core.Object
|   
+-- Engine.MorphNodeBase
   |   
   +-- Engine.MorphNodeWeightBase
      |   
      +-- Engine.MorphNodeWeight

Variables Summary
floatNodeWeight
Inherited Variables from Engine.MorphNodeWeightBase
NodeConns
Inherited Variables from Engine.MorphNodeBase
bDrawSlider, DrawHeight, DrawWidth, NodeName, NodePosX, NodePosY, OutDrawY, SkelComponent

Structures Summary
Inherited Structures from Engine.MorphNodeWeightBase
MorphNodeConn

Functions Summary
function SetNodeWeight (float NewWeight)


Variables Detail

NodeWeight Source code

var float NodeWeight;
Weight to apply to all child nodes of this one.


Functions Detail

SetNodeWeight Source code

native function SetNodeWeight ( float NewWeight )
Change the current NodeWeight of this MorphNodeWeight.


Defaultproperties

defaultproperties
{
   NodeConns(0)=(ConnName="In")
   bDrawSlider=True
   Name="Default__MorphNodeWeight"
   ObjectArchetype=MorphNodeWeightBase'Engine.Default__MorphNodeWeightBase'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mon 26/11/2007 17:41:01.375 - Created with UnCodeX