DLL Exports in UE4.23

Hi there,

I made a plugin a couple of months ago that was using a DLL which I linked to UE using this tutorial: A new, community-hosted Unreal Engine Wiki - Announcements - Unreal Engine Forums .

Everything worked fine up until I tried in UE4.23. The plugin itself compiles fine, I get no error, it just seems the dll export functions aren’t being called even though the code is exactly the same.

Does anyone know if UE4.23 brought some changes regarding DLLExports ?