unreal.AzureSpatialAnchorsSessionConfiguration

class unreal.AzureSpatialAnchorsSessionConfiguration(access_token: str = '', account_id: str = '', account_key: str = '', account_domain: str = '', authentication_token: str = '')

Bases: StructBase

Azure Spatial Anchors Session Configuration

C++ Source:

  • Plugin: AzureSpatialAnchors

  • Module: AzureSpatialAnchors

  • File: AzureSpatialAnchorsTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • access_token (str): [Read-Write]

  • account_domain (str): [Read-Write]

  • account_id (str): [Read-Write]

  • account_key (str): [Read-Write]

  • authentication_token (str): [Read-Write]

property access_token: str

[Read-Write]

Type:

(str)

property account_domain: str

[Read-Write]

Type:

(str)

property account_id: str

[Read-Write]

Type:

(str)

property account_key: str

[Read-Write]

Type:

(str)

property authentication_token: str

[Read-Write]

Type:

(str)