Missing SetOrientationAndPosition in ARKit 4.18

Hi,

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.

Node in question:

LoginId:aaa929234046f1c6343c64bc21bd0543
EpicAccountId:8894f877168c45d2ab35b7ca697794eb

You do not have any debugging symbols required to display the callstack for this crash.

I have the same problem :S

Have you found any substitute for that function?

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.