unreal.AzureSpatialAnchorsLocateCriteria

class unreal.AzureSpatialAnchorsLocateCriteria(bypass_cache: bool = False, identifiers: None = [], near_anchor: AzureCloudSpatialAnchor = Ellipsis, near_anchor_distance: float = 0.0, near_anchor_max_result_count: int = 0, search_near_device: bool = False, near_device_distance: float = 0.0, near_device_max_result_count: int = 0, requested_categories: AzureSpatialAnchorDataCategory = Ellipsis, strategy: AzureSpatialAnchorsLocateStrategy = Ellipsis)

Bases: StructBase

Azure Spatial Anchors Locate Criteria

C++ Source:

  • Plugin: AzureSpatialAnchors

  • Module: AzureSpatialAnchors

  • File: AzureSpatialAnchorsTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • bypass_cache (bool): [Read-Write] If true the device local cache of anchors is ignored.

  • identifiers (Array[str]): [Read-Write] List of specific anchor identifiers to locate.

  • near_anchor (AzureCloudSpatialAnchor): [Read-Write] Specify (optionally) an anchor around which to locate anchors.

  • near_anchor_distance (float): [Read-Write] Specify the distance at which to locate anchors near the NearAnchor, in cm.

  • near_anchor_max_result_count (int32): [Read-Write] Specify the maximum number of anchors around the NearAnchor to locate.

  • near_device_distance (float): [Read-Write] Specify the distance at which to locate anchors near the device, in cm.

  • near_device_max_result_count (int32): [Read-Write] Specify the maximum number of anchors around the device to locate.

  • requested_categories (AzureSpatialAnchorDataCategory): [Read-Write] Specify what data to retrieve.

  • search_near_device (bool): [Read-Write] Specify whether to search near the device location.

  • strategy (AzureSpatialAnchorsLocateStrategy): [Read-Write] Specify the method by which anchors will be located.

property bypass_cache: bool

[Read-Write] If true the device local cache of anchors is ignored.

Type:

(bool)

property identifiers: None

[Read-Write] List of specific anchor identifiers to locate.

Type:

(Array[str])

property near_anchor: AzureCloudSpatialAnchor

[Read-Write] Specify (optionally) an anchor around which to locate anchors.

Type:

(AzureCloudSpatialAnchor)

property near_anchor_distance: float

[Read-Write] Specify the distance at which to locate anchors near the NearAnchor, in cm.

Type:

(float)

property near_anchor_max_result_count: int

[Read-Write] Specify the maximum number of anchors around the NearAnchor to locate.

Type:

(int32)

property near_device_distance: float

[Read-Write] Specify the distance at which to locate anchors near the device, in cm.

Type:

(float)

property near_device_max_result_count: int

[Read-Write] Specify the maximum number of anchors around the device to locate.

Type:

(int32)

property requested_categories: AzureSpatialAnchorDataCategory

[Read-Write] Specify what data to retrieve.

Type:

(AzureSpatialAnchorDataCategory)

property search_near_device: bool

[Read-Write] Specify whether to search near the device location.

Type:

(bool)

property strategy: AzureSpatialAnchorsLocateStrategy

[Read-Write] Specify the method by which anchors will be located.

Type:

(AzureSpatialAnchorsLocateStrategy)