class FollowTargetOpFixedSettings_t
{
public:
    int32 m_boneIndex;
    bool m_bBoneTarget;
    int32 m_boneTargetIndex;
    bool m_bWorldCoodinateTarget;
    bool m_bMatchTargetOrientation;
};

KV3 Class Defaults

{
    m_boneIndex = -1
    m_bBoneTarget = true
    m_boneTargetIndex = -1
    m_bWorldCoodinateTarget = true
    m_bMatchTargetOrientation = false
}