Init a TArray

Hi Nilson!

If i add the line in the .cpp BeginPlay() function liek this:

TArray<USqueezy *> AMyBLE_CPP::MySqueezies;

I get this error:

/MyBLE_CPP.cpp(25,32): error: definition or redeclaration of ‘MySqueezies’ not allowed inside a function
LogPlayLevel: TArray<USqueezy*> AMyBLE_CPP::MySqueezies;
LogPlayLevel: ~~~~~~~~~~~~^