First of all, every box and every item should know its enum value and should keep it in some UPROPERTY. After that you can use GetAllActorsOfClass, GetAllActorsWithInterface or GetAllActorsWithTag from Blueprint, or just TActorIterator from C++ to iterate through scene actors collection and find out the one you are searching…