Hi everyone,
I need a quick help on how the function GetHandPositionAndOrientation() works:
One of the parameter’s name is OutPosition, which outputs the position of the hand.
I need this Vector output for my other C++ function, but how do I access that parameter and take it as an output?
(Note that the SteamVRFunctionLibrary.cpp, where the function is defined, is in a “Private” folder)
Thanks a lot!!