I’m trying to create a VR Character class and so far I have been able to add two motion controllers for Left & Right motion sources. However, I’m trying to find LeftAim & RightAim ones but apparently, FXRMotionControllerBase doesn’t have them.
The OpenXR specific ones are under the OpenXRSourceNames namespace. The MotionSource property is just a FName though, so it should be possible to just pass in a string.
My bad, looks like they are stuck in \Engine\Plugins\Runtime\OpenXR\Source\OpenXRInput\Private\OpenXRInput.cpp
Seems they are not accessible outside the file. Seems like the code uses inline FName declarations in other places.