how can i load the anchor from ASA in unreal

혜진 서 1 Reputation point
2022-09-19T08:50:24.81+00:00

I’m following this tutorial of Azure Spatial Anchors in Unreal like below

https://learn.microsoft.com/en-us/windows/mixed-reality/develop/unreal/unreal-azure-spatial-anchors

In the below picture, circle marked one,

I want to know where the Azure Spatial Anchor variable comes from??
I’m stucked in this part because don’t know how to make the azure spatial anchor variable!

242436-5658be0c-ce1f-4b3d-b84a-63ef804ef3b2.png

Azure Spatial Anchors
Azure Spatial Anchors
An Azure service that is used to build immersive three-dimensional applications and experiences that map, persist, and restore content or points of interest at real-world scale.
86 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nathan Manis - MSFT 476 Reputation points Microsoft Employee
    2022-09-20T21:46:43.923+00:00

    Hi @혜진 서 ,

    Writing to help progress this along. For the step highlighted above, that is just showing a concept to help for the next step on the event. The actual parameter passed into the function is in the event step that follows in the next image:
    https://learn.microsoft.com/en-us/windows/mixed-reality/develop/unreal/images/asa-unreal/unreal-spatial-anchors-img-20.png

    To help further, the saving process shown earlier shows the concept of an array created to store information. Just same concept, this is a storage variable to pass over:
    https://learn.microsoft.com/en-us/windows/mixed-reality/develop/unreal/unreal-azure-spatial-anchors#saving-an-anchor

    On the docs, I did file a request to help make that step clearer in the documentation. That tracking item is here:
    https://github.com/MicrosoftDocs/mixed-reality/issues/655

    Thanks,
    Nathan

    0 comments No comments