Use TArray in constructor

This code copy from engine’s CableComponent and it can run fine if i block the TArray’s add operation in constructor.

I also notice that when i think the data in container will been destroy by destructor. But it fine. May be some macro has processed it.