Inventory System / Polymorphism

No idea why this is happening… I have changed Inventory to be an actor component. inventory slot to be a structure. Item to be an actor, and ItemStick a child of Item. however when debugging it, it is never creating the actor it seems. Item is none, but quantity is correct at 10. the pics bellow show the flow in reverse order.