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

Euhm that doesn’t seem to compile:

error C2993: ‘TInlineAllocator<100000,FDefaultAllocator>’: illegal type for non-type template parameter ‘NumElements’

Would that allow me to make it UPROPERTY()? Or would that prevent garbage collection from throwing away my data?