class SceneViewId_t
{
public:
    uint64 m_nViewId;
    uint64 m_nFrameCount;
};

KV3 Class Defaults

{
    m_nViewId = 0
    m_nFrameCount = 0
}