enum class IkEndEffectorType : uint32
{
    // MPropertyFriendlyName = Attachment
    IkEndEffector_Attachment = 0,
    // MPropertyFriendlyName = Last Bone in Chain
    IkEndEffector_Bone = 1,
};