I Finally found a solution to my problem. All created components outside of constructor had to be added into the InstancedComponent array. you can do that by calling AddInstanceComponent() on your Actor.
I Finally found a solution to my problem. All created components outside of constructor had to be added into the InstancedComponent array. you can do that by calling AddInstanceComponent() on your Actor.