If I set RF_Transactional for Undo, do I ever need to Unset it?

Dear Friends at Epic,

I am using RF_Transactional to work with editor undo feature

SocketData->SetFlags( RF_Transactional ); // Undo doesn't work without this!

If I set the flag, do I ever need to unset it, does it cause any issues if I dont?

Thanks!

Rama