Get UProperty of UStruct returns wrong value.

I figured it out, parser had problems with my incoming json object so it was not able to parse and proceed data to my uStruct.
Application that was responsible for sending data was adjusted, and also the way i was reading string that was processed to Json to ustruct parser.