unreal.AzureSpatialAnchorsSessionConfiguration

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

Bases: unreal.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] Access Token

  • account_domain (str): [Read-Write] Account Domain

  • account_id (str): [Read-Write] Account Id

  • account_key (str): [Read-Write] Account Key

  • authentication_token (str): [Read-Write] Authentication Token

property access_token

[Read-Write] Access Token

Type

(str)

property account_domain

[Read-Write] Account Domain

Type

(str)

property account_id

[Read-Write] Account Id

Type

(str)

property account_key

[Read-Write] Account Key

Type

(str)

property authentication_token

[Read-Write] Authentication Token

Type

(str)