class ParticleNamedValueConfiguration_t
{
public:
    CUtlString m_ConfigName;
    KeyValues3 m_ConfigValue;
    CUtlString m_BoundValuePath;
    ParticleAttachment_t m_iAttachType;
    CUtlString m_strEntityScope;
    CUtlString m_strAttachmentName;
};

KV3 Class Defaults

{
    m_ConfigName = ""
    m_ConfigValue = null
    m_BoundValuePath = ""
    m_iAttachType = "PATTACH_INVALID"
    m_strEntityScope = ""
    m_strAttachmentName = ""
}