Unreal Delegates with 8+ Parameters

Normally Unreal only defines the macros to generate delegates for up to 8 parameters. I wrote a [console app] to generate support for up to 62 delegate parameters. I submitted a [Pull Request] to have my changes added to Unreal. Unfortunately, coding standards block this change. The staff were also worried the extra macros would negatively impact compile times.