IScriptGeneratorPluginInterface is deprecated in 5.2, what's alternative?

I wrote a tool to export class header informations when UHT is invoked, with implement a class derived from IScriptGeneratorPluginInterface. But it is deprecated in 5.2 with message “C++ UHT is no longer supported. Please port any script generators to use C# UHT”. What should I do to fix this? Thanks for any advise.

2 Likes