Brace Initialization of FStructs

I just figured out that brace initialization of my FStruct that contains only FVectors did not result in a zero initialized FStruct, but instead resulted in garbage.

Usually when I’m puzzled by something like this it is due to a constraint that I do not understand. Any care to take a stab at educating me as to why brace initialization of FStructs isn’t creating a zero initialized object?