I have made a console function that has a Vector as an input parameter, but i’m not quite sure what syntax
should I use to pass the param
I’ve tried:
0,0,0
0.0.0
0 0 0
(0,0,0)
(X=0,Y=0,Z=0)
But nothing works.
Any idias?
P.S. Other params, such as int float bool string are fine.
Thnx for answering.
But the thing is that i’m looking for already complete solution in terms of ue4 console system.
It is not a problem to make parser for vector, aspecially when its already implemented, you can use “key=,value=” to build a string and than get from it what you need.
Unfortunately it’s not what i’m looking for