class CExampleSchemaVData_PolymorphicDerivedB : public CExampleSchemaVData_PolymorphicBase
{
public:
    int32 m_nDerivedB;
};

KV3 Class Defaults

{
    _class = "CExampleSchemaVData_PolymorphicDerivedB"
    m_nBase = 5
    m_nDerivedB = 5
}