GetPrivateStaticClass() Unresolved External between Modules

I faced the same issue, but the fix to my problem was to export the class.

For example in your case I forgot to add INDEPENDENTMODULE_API to the class

30 Likes