Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Andrew33haa's avatar
Andrew33haa
Honored Guest
2 years ago

GetGuardianPoints not working for Boundary_Outer

The issue with MetaXR plugin for Unreal Engine 5.2
I have the same problems with plugin's version 55.0 and 56.0. The function GetGuardianPoints() returning always empty array for BoundaryType == Boundary_Outer. 
I've debuged plugin and it turned out that 
OculusXRFunctionLibrary.cpp:622
if (OVRP_SUCCESS(FOculusXRHMDModule::GetPluginWrapper().GetBoundaryGeometry3(obt, nullptr, &NumPoints)))
always returns false.
 
Is there any way how I can get these guardian points?
 
Best regards
Andrei

2 Replies

Replies have been turned off for this discussion
  • I'd like to second this request. As it stands I am unable to get any details about the Guardian boundary -the array always has a length of 0 for me.

  • you can try to use "Get guardian points" in UE Blueprint. It works and give a rectangle with 4 points along the Guardian boundary. It can used as 4 anchors in Mixed reality.