I’m following Titanic Game’s Tutorial for RPG
I’m stuck in these two videos
and
My issue is that in Set Style Widget it’s giving me errors
“Attempting to Access index from a Array > Accessed No reading Structure.”
From index 0-25
I searched the documents of unreal and in the comments the videos. As you see this guy been inactive for a bit.
One person posted a work around but I can’t seem to duplicate it when it come to the 2nd branch condition where the condition node was Item Type = “None” where is was a drop down menu letting one choose the preset item type.
Their image is here: Imgur: The magic of the Internet
Making the whole style widget look like this: Imgur: The magic of the Internet
These are my errors exactly:
Blueprint Runtime Error: Attempted to access index 1 from array Array of length 1! from function: ‘SetWidgetStyle’ from node: SetText (Text) in graph: SetWidgetStyle in object: Inventory with description: Attempted to access index 1 from array Array of length 1!
Blueprint Runtime Error: Accessed None reading structure ItemName_20_1AFC5A4549C2BB7F9995599D3DDF518A from function: ‘SetWidgetStyle’ from node: SetText (Text) in graph: SetWidgetStyle in object: Inventory with description: Accessed None reading structure ItemName_20_1AFC5A4549C2BB7F9995599D3DDF518A
Someone please help I getting key prints in my forehead.