Hey,
As descibed on this question : TArray initialization - Programming & Scripting - Unreal Engine Forums
TArray<int32> table = {4, 8, 15, 16, 23, 42};
internaly is us std::initializer_list for this behaviour
But i’m not aware of any way to fill an array of size X with N as default value in the header