There is no spoon

UE3:UTSkelControl_MassBoneScaling (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> SkelControlBase >> UTSkelControl_MassBoneScaling
Package: 
UTGame
This class in other games:
UDK

skeletal controller that provides a cleaner and more efficient way to handle scaling for many bones in a mesh

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

Properties[edit]

Property group 'UTSkelControl_MassBoneScaling'[edit]

BoneScales[edit]

Type: array<float>

bone scales - indices match mesh's bone indices

Native functions[edit]

GetBoneScale[edit]

native final function float GetBoneScale (name BoneName)

returns the scale this control has for the given bone

Note: does not take into account any other controls that are affecting the bone's scale

SetBoneScale[edit]

native final function SetBoneScale (name BoneName, float Scale)

sets the given bone to the given scale

Note: this controller must be hooked up to the specified bone in the AnimTree for this to have any effect