Reload third party Dll

Hey guys,
has anyone tried to reload a third party dll? I can only get it to work when spawning another process (launch as standalone).
I have it setup as a plugin with an isolated module with nothing depending on it.

1 Like

I end up using another dll as wrapper which is linked to the engine and I do the reload from that other dll which unreal doesnt know about.