TInlineAllocator can't be Uproperty() so my array is garbage collected ?

Did you try something like, maybe:



TStaticArray< TSharedPtr<UFZ_Cell>, TInlineAllocator<100000> > Cells;


?