[BUG] BP Function Category

After add enumiration input in function and compile BP widget I get a reset category to strange category “New Enumirator 0”

221041-bug.gif

Hello GameWay,

I was unable to reproduce the issue you are experiencing. I have a couple of questions to help narrow down the issue you are experiencing.

  1. Can you reproduce this issue in a clean project?
  2. If so, could you provide a detailed list of steps so that I can reproduce this issue on our end?
  3. Does this happen outside of the Widget BP for you?

Thanks!

Hello again,

We have not heard back from you in a few days, so we are marking this post as Resolved for tracking purposes. If you are still experiencing the issue you reported, please respond to this message with additional information and we will follow up.

Thanks!

Hey All,

I’ve also experienced this bug and was wondering if anyone ever found out what the issue was / how to fix it?
Doesn’t seem like there is necessarily a step by step to repo, it can just happen when you are setting the category of a function. Also this original post seems its in a general BP whereas my issue is in a widget.

Yes, the problem was observed in the widget.

It happens when a function has an input parameter named Category.
To fix this simply rename Category to something else, maybe more specific like UICategory or ItemCategory.