AnimToTextureBPLibrary Class Not Exported

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

Steps to Reproduce

Thanks,

We’ll expose the functionality publically. Also, I would like to highlight that the plugin is experimental and will continue this way for a while. The API could change.

Thanks Dustin!