class CNmSyncEventIndexConditionNode__CDefinition : public CNmBoolValueNode__CDefinition
{
public:
    int16 m_nSourceStateNodeIdx;
    CNmSyncEventIndexConditionNode__TriggerMode_t m_triggerMode;
    int32 m_syncEventIdx;
};

KV3 Class Defaults

{
    _class = "CNmSyncEventIndexConditionNode::CDefinition"
    m_nNodeIdx = -1
    m_nSourceStateNodeIdx = -1
    m_triggerMode = "ExactlyAtEventIndex"
    m_syncEventIdx = -1
}