If I want to detect what I hit, then yes. But if I want to find out what I hit (i.e. if the player had several collisions and hit one of the walls), I don’t have that index in BP. The index element returns the number of what I hit, but I want to know what element the player hit. MyItem in C++ always returns -1.