It may be a noobie question. I have a fucntion named FOVPara with 3 return values and the fucntion is public. I need to call the function inside another function ‘Triangle Test’ and when I try to call it, where do I need to connect the exec pin of my FOVPara function. I just need the return values and usually i don’t provide any exec connections. What can i connect to the exec pin ?
Thanks for the comment…In my case i want to know the return value of a function which is an array. I tried the methods above and i guess it works for only vectors and not for array…atleast the draw debug string
Assuming the node on the left is Tick. You will also need a location for the text. Otherwise, it will all draw in the same 0,0,0. With Tick duration should be 0.
If you want this to show once - you still need a method of execution. A keyboard key perhaps, then the duraction can be in seconds.
I don’t really need to display the string…i need to know the value so that i need to adjust it accordingly like getting a log of the value also works for me…