I’m new to Verse and I would like to use the SetItemCountRequired() function. I don’t understand why it doesn’t work and why UEFN always comes up with an error. Can anyone help
Key item index starts at zero so if you are trying to set the item count for the first item then you should be using:
ButtonHouse1.SetItemCountRequired(0, 1)
thanks but that doesn’t really solve the issue. The function doesnt work
I found the issue, it had to do with indentation and also moving some things around
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.