Unreal Engine uses macros to mark types and type members as available to the reflection system, allowing these structs, classes and enums to be used in Blueprints, as well as be listed and editable in the Unreal Editor. These macros don't always introduce new code, so it's not possible to provide fu…