Iterate over Properties of Struct in C++

You forgot to add UPROPERTY() to struct variables. UE4 only see things that are marked with those macros, UHT gathers information about them and generate code that register those properties in to reflection system, which you later read out in the this code.