FOR THOSE CONFUSED AND HAVING SAME ISSUES WITH THE TUTORIAL I FOLLOWED
Get to part 4 in the video series so we have similar code and make sure the images I send match your code.
Under BPC_SpatialInventoryV2
This is for the Event Graph. This is where my code begins to be a little different than the tutorial as I used a interaction interface so F had to be pressed while looking at the object to pick it up rather than his method. You can keep his method of picking up using the “TraceInteractableObject” method he used in his tutorial, which works, I just needed something different for my project as seen here:
“TraceInteractableObject”
“Initialize”
“GetAllContainerItems”
“CanAddItemToInventory”
“HasPlaceForItemInContainer”
“HasPlaceForItemInCell”
“AddItemToContainer”
“GetAllItemsForCell”
“DebugCreateCell”
The SpatialInventory Component seemed to be causing all of the bugs, and this should cover all the code from there, just try and match the code and see if it fixes your issue. If not, send me a DM and ill share some more of my code.