Get UpdaterId of registered IUpdaters

Hello, I am working on an IUpdater from which multiple updaters could be registered. I want to be able to unregister them without having to save their names and id’s in Datastorage or a separate file.

I have found by using GetRegisteredUpdaterInfos I can get the names of all registered updaters but not the Id, which is required by UnregisterUpdater.

:slight_smile:
:point_right: GetUpdaterId Method

The Updater is registered in another script as the script where I want to unregister them by name. So I do not have a reference to the original IUpdater object anymore.

Got you, my bad.
No way other than separate name and id storage then