Tutorial - RTS Style Camera Movement with Edge Scrolling

I had this problem too.
For me the problem was in the ‘GetHitboxType’ macro, in the ‘Parse Into Array’ node. The delimiter wasn’t splitting up the string. I deleted the coma and retyped it and it worked fine. I suspect I had a space in front or after the coma, and since there isn’t a space in the original string it wasn’t getting split up.