Init a TArray

I noticed problem is not with arrays.
I tried this and gave me same undefined symbol: AMyBLE_CPP::MySqueezies error:

in the .h:

static USqueezy* testSqueez;

in the function (.cpp):

testSqueez = ThisSqueezy;

*ThisSqueezy is totally valid object with right data filled inside.