UHT Core Type Restrictions

Hi Blake,

The IsCoreType attribute was added to maintain parity with the generated code that C++ UHT produced, while we were still in the transition period to C#. As C++ UHT no longer exists, there is no use for the attribute now and will be removed in the future.

However, your specialised types shouldn’t require it either. Have you encountered any problems that required you to specify it?

Steve