Default event param name problem

Hi everyone :
I’m not sure if it’s a bug,but I post it in bug reports in case it is.Here is the problem:

  1. create a custom event with one param
  2. create another custom event with two params
  3. all params use default names
  4. compile
  5. you’ll encount a internal compiler error

I know it’s a bad habit to use default names , but I thought it may be a bug.

Hi Surtur,

Thanks for the report. I was able to reproduce this internally so I’ve created JIRA UE-38143. Our developers will be investigating further. You can follow that link to the Public Bug Tracker to keep track of it’s status.

Cheers,

TJ

Thanks,TJ :slight_smile:

If you make a third custom variable with 3 defaults one, the one with the ‘3’ at the end will cause complation errors. I’m assuming if you make a fourth custom event with 4 variables, one of them cant be newparam4.