I’ve been porting my AR project from 4.17 to 4.18. Most of the time it was pretty straight forward, however I’m missing one vital node in 4.18 which is SetOrientationAndPosition introduced in AppleArKitCameraComponent in 4.17.
My question here is whether there’ll be something similiar introduced in 4.18 or is there a way to make such a function for the time being, if yes, then any pointers on how to achieve that would be great.
Been looking into 4.17 and 4.18 source and sadly this function is taking information from Session which is a fundamental part of the ARKit SDK integration, at least that what it seems to me. I lack the skills and knowledge to make similiar function in 4.18 be it C++ or even Blueprints.
Looking forward to see more skilled people post here.