C++ Set TArray value? (Simple Question)

How do i set the TArray Numbers; Value for example,

FString MyString = "Hello";

but when i type :

TArray<int32> Numbers = 12, 34, 50;

i get a bunch of errors?

See this: