Replicate Array in ActorComponent

I finally found the bug in my code that caused this, I have overridden InitializeComponent method in my inventory component but never called Super::InitializeComponent, which apparently caused that the array was not being synced.

1 Like