UCLASS, UFUNCTION support inside macros request

This is a normal behavior because UHT parse header before compiler replace macro.

The solution will be to replace some kind of macro with UHT, parse to scan UCLASS and UFUNCTION properties, and finally compiler replace last macros. Hope one day Epic improve this tool :slight_smile: