class LookAtBone_ t
{
public:
int32 m_ index;
float32 m_ weight;
};KV3 Class Defaults
{
m_ index = -1
m_ weight = 0.0
}class LookAtBone_ t
{
public:
int32 m_ index;
float32 m_ weight;
};{
m_ index = -1
m_ weight = 0.0
}