Inventory/Menu problem

I’m trying to do my best and learn Unreal but i got problem and don’t know what’s going on. I’m on the beginning of this journey and i’m making my menu. I got problem with switching weapon. When i unequip my sword i got empty button and don’t had sword in eq… untill i reload my menu(exit menu and open menu- after openning it it is in my eq or when i pickup item from the floor). I also noticed that the menu was overlapping after opening it several times(?). When I open the menu for the first time the name of the item is normal, then with each subsequent opening it seems to getting thicken, and the fps also drops. What’s going on?

Menu BP:

Inventory BP:

Thirdperson event graph:

Thirdperson pick up item:

Thirdperson remove item:

Thirdperson use item:

Thirdperson switch weapon:

And video:

Output logs- equiping and unequiping weapon:

Blockquote
LogScript: Warning: Script Msg: Attempted to access index 1 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 2 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 3 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 4 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 5 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 6 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 7 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 8 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 9 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 10 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 11 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 12 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 13 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 14 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 15 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 16 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 17 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 18 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 19 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 20 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 21 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 22 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 23 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 24 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 25 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 26 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 27 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 28 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 29 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 30 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 31 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 32 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 33 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 34 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 35 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 36 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 37 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 38 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 39 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 40 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 41 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 42 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 43 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 44 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 45 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 46 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 47 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 48 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 49 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 50 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 51 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 52 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 53 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 54 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 55 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 56 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 57 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 58 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 59 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 60 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 61 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 62 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 63 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 64 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 65 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 66 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 67 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 68 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 69 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 70 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 71 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 72 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 73 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 74 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 75 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 76 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 77 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 78 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 79 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 80 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 81 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 82 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 83 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 84 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 85 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 86 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 87 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 88 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 89 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 90 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 91 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 92 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 93 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 94 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 95 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 96 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 97 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 98 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 99 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 100 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 101 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 102 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 103 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 104 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 105 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 106 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 107 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 108 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 109 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 110 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 111 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 112 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 113 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 114 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 115 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 116 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 117 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 118 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 119 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 120 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 121 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 122 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 123 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 124 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 125 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 126 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 127 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 128 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 129 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 130 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 131 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 132 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 133 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 134 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 135 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 136 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 137 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 138 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 139 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 140 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 141 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 142 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 143 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 144 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 145 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 146 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 147 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 148 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!
LogScript: Warning: Script Msg: Attempted to access index 149 from array ‘Inventory’ of length 1 in ‘/Game/ThirdPersonBP/Blueprints/ThirdPersonCharacter.ThirdPersonCharacter_C’!

It’s pretty much impossible (for me) to decipher what is going on from the tangle of wires and uncommented script, there are some disconnected nodes, too.

Judging by the error messages, the items do not end up in the array the way you think they do. You’re trying to access non-existing stuff. It seems there is a loop attempting to read incorrect array indexes.

Find the bit of the script that adds the items and debug / double check the way the inventory array is populated.

1 Like

You were right. The reason my eq wasn’t work properly was 1 unconnected “Set Array Elem” with “Add” in PickUP Item. Probably I accidentaly unconnected it. Thanks for help. Ofcourse I still got these errors and my menu overlapping(?) but one error less :slight_smile:

1 Like