unreal.AzureCloudSpatialAnchor¶
- class unreal.AzureCloudSpatialAnchor(outer=None, name='None')¶
Bases:
unreal.ObjectAzure Cloud Spatial Anchor
C++ Source:
Plugin: AzureSpatialAnchors
Module: AzureSpatialAnchors
File: AzureCloudSpatialAnchor.h
Editor Properties: (see get_editor_property/set_editor_property)
ar_pin(ARPin): [Read-Write] ARPin: The ARPin with which this cloud anchor is associated, or null. Null could mean we are still trying to load the anchor or have not yet located it.
- property ar_pin¶
[Read-Only] ARPin: The ARPin with which this cloud anchor is associated, or null. Null could mean we are still trying to load the anchor or have not yet located it.
- Type
(ARPin)
- get_azure_cloud_identifier() str¶
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. Empty if the anchor has not been saved or loaded yet.
- Return type
- get_expiration() float¶
The Expiration time of the cloud anchor as seconds into the future.
- Return type