How to set vector inside ini/config file?

No documentation or source file explains how to set vector inside ini/config file. All other basic variable types work perfectly. Only vector type that I don’t know how to write the values properly.

“Examples” (ini/config file):
[/Script/ExampleModule.ExampleClass]
ExampleVector1=“X=0,Y=0,Z=5”
ExampleVector2=“0,0,5”
ExampleVector3=0,0,5

None of the alternatives above work. Any idea guys? (I know that I can’t be the only one trying this).

Notes: I checked million times the name of the variable and other settings. I need only to know how to write the values correctly for this specific case. Thanks in advance.

Sincerely…

just an idea, make vector in game, save it to ini file. And you see.

However i have feeling that you should, use format text to write string/text to ini.
Then read string and parse into vector.