Navigation
API > API/Plugins > API/Plugins/AzureSpatialAnchors
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAzureCloudSpatialAnchor
References
| Module | AzureSpatialAnchors |
| Header | /Engine/Plugins/Runtime/AR/AzureSpatialAnchors/Source/AzureSpatialAnchors/Public/AzureCloudSpatialAnchor.h |
| Include | #include "AzureCloudSpatialAnchor.h" |
Syntax
UCLASS&40;BlueprintType, Experimental, Category&61;"AzureSpatialAnchors",
Meta&61;&40;Keywords&61;"azure spatial anchor hololens wmr pin ar all"&41;&41;
class UAzureCloudSpatialAnchor : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UARPin > | ARPin | The ARPin with which this cloud anchor is associated, or null. | |
| AzureCloudAnchorID | CloudAnchorID |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TMap< FString, FString > | The AppProperties dictionary of the cloud anchor. | ||
| FString | The Azure Cloud identifier of the spatial anchor is the persistent identifier by which a cloud anchor can be requested from the azure cloud service. | ||
| float | The Expiration time of the cloud anchor as seconds into the future. | ||
| void | SetAppProperties
(
const TMap< FString, FString >& InAppProperties |
Set the AppProperties dictionary of the cloud anchor. | |
| void | SetExpiration
(
const float Lifetime |
Set the Expiration time of the cloud anchor as seconds into the future. |
Typedefs
| Name | Description |
|---|---|
| AzureCloudAnchorID | The UE Cloud Anchor ID. |
Constants
| Name | Description |
|---|---|
| AzureCloudAnchorID_Invalid |