@m_magalhaes said in NodeData Undo:
uu.descid = &m_LinkID;
Seeing this makes me assume I will need to provide a member variable for each description ID I intend to have an undo for?
And I would need to send a message for each and every description ID?
I'd much rather prefer going with the single call to perform an AddUndo
instead.