
| Input | Description |
|---|---|
Target Actor | The Unreal actor to which the spatial anchor component is attached. If the target actor you specify does not already have a Spatial Anchor component, a component is created for the target anchor automatically. |
Anchor Transform | The Unreal world space transform of the anchor being created. |
| Output | Description |
|---|---|
Anchor | The created or found anchor component attached to the Target Actor. |
Result | Result code of the call after completion. |

| Input | Description |
|---|---|
Target Actors | The Unreal actors with spatial anchor components attached that will be saved. |
| Output | Description |
|---|---|
Anchors | The list of anchor components that were saved during this request. |
Result | Result code of the call after completion. |
Known issue: The result code for Discover Anchors isn’t visible in the blueprint and thus you cannot respond to errors from within your Blueprint Graph.

| Input | Description |
|---|---|
Discovery Info | A structure that contains an array of discovery filters. |
| Output | Description |
|---|---|
Discovery Result | Array of Discovery Result structures. Each element contains an Anchor Handle and the associated UUID. |

| Input | Description |
|---|---|
Target Actors | An array of actors which must have attached anchor components which will be erased. |
Anchor Handles | An array of anchor handles associated with anchors that will be erased. |
Anchor UUIDs | An array of anchor UUIDs associated with anchor data that will be erased. These anchors do not have to be loaded into the current scene. |
| Output | Description |
|---|---|
Anchors | An array of anchor components which represent the anchors that were erased, if provided. |
Anchor Handles | An array of anchor handles associated with anchors that were erased, if provided. |
Anchor UUIDs | An array of anchor UUIDs associated with anchor data that was erased, if provided. |
Result | Result code of the call. |

| Input | Description |
|---|---|
Target Actors | An array of actors that must have attached anchor components, the anchor data associated with the component will be shared to the specified users. |
To Share With Ids | An array of strings which represent the User IDs of the share targets. |
| Output | Description |
|---|---|
Shared Anchors | An array of anchor components which represent the anchors that were shared from the provided list of actors. |
User Ids | An array of strings which represent the User IDs of the share targets. |
Result | Result code of the call after completion. |

| Input | Description |
|---|---|
Group UUIDs | An array of UUIDs, each representing the groups you want to share with. |
Anchor Handles | An array of int64’s where each element represents an anchor handle. |
| Output | Description |
|---|---|
Success | True or false depending on whether the function call succeeded or not. |
Groups | The groups that were shared with. |
Anchor Handles | The anchors that were shared. |
Result | Result code of the call after completion. |

| Input | Description |
|---|---|
AnchorUUIDs | The list of anchor UUIDs that are associated with shared anchors available in the cloud or on your device. |
| Output | Description |
|---|---|
Shared Anchors | An array of Discovery Results which represent the anchors that were found given the provided list of Anchor UUIDs. |
Result | Result code of the call after completion. |

| Input | Description |
|---|---|
Group UUID | The single group to retrieve anchors from. |
| Output | Description |
|---|---|
Success | True or false depending on whether the function call succeeded or not. |
Anchors | The UUIDs of the anchors that were loaded. |
Result | Result code of the call after completion. |