Hello, beginer here. I am having an issue with setting up a blueprint for looping a hotbar from a certain index. For example: I have made a hotbar with 8 slots. and when a pick an item it goes to the first slot because the hotbar is defult set to first slot. But when i scroll to a second or third index the item still goes to the first slot because my loop is looping indexes from the begining. Is there a way to loop array from a certain index to an index? Like i have indexes from 0 to 7 and i want to loop check for its element. Thats ok but if i want to loop from 4 to 7 and then from 0to 3 in one loop can i like “offset” the looping ?