Hello,
I’ve made Inventory system that displayed the items in the UI in Unreal Engine 5 Blueprint based on Tutorials on Youtube
The system works as intended and no bugs or errors when I played it.
Then I modified it to includes the sorting/filtering system for the items in the UI with this
The Logic works while I’m Playing the game but when I exited the game this errors occurs
I tried to troubleshoot it myself but stuck for days.
Can anyone give me pointers on why this is happening?
The Sorting Filtering system is just basically I check the Arrays of Items that match to the Enum list that I’ve made before allowing the Widget to be created to displayed the Items.