class LookAtBone_t
{
public:
    int32 m_index;
    float32 m_weight;
};

KV3 Class Defaults

{
    m_index = -1
    m_weight = 0.0
}