// MPropertyFriendlyName = Warp Section Tag
class CWarpSectionAnimTag : public CWarpSectionAnimTagBase
{
public:
    // MPropertyFriendlyName = Warp Position
    bool m_bWarpPosition;
    // MPropertyFriendlyName = Warp Orientation
    bool m_bWarpOrientation;
};

KV3 Class Defaults

{
    _class = "CWarpSectionAnimTag"
    m_name = "Unnamed Tag"
    m_sComment = ""
    m_group = ""
    m_tagID = 
    {
        m_id = 4294967295
    }
    m_bIsReferenced = false
    m_bWarpPosition = true
    m_bWarpOrientation = true
}