I’m using the AnimToTexture plugin and would like to link against the modules for my own editor tooling. However, the UAnimToTextureBPLibrary class is not exported in the DLL so it’s causing linker errors.
I’ve opened a PR on the UnrealEngine GitHub to make the one line change to fix this: https://github.com/EpicGames/UnrealEngine/pull/13166