UProperty and direct-list-initialization

Just use the new and improved version of the syntax and write it like this:



UPROPERTY(Replicated, EditAnywhere, Category = "MyCat")
int32 ExamplePrimitiveType = 1;