UAzureCloudSpatialAnchor

Windows
MacOS
Linux

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](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(BlueprintType, Experimental, Category="AzureSpatialAnchors",
       Meta=(Keywords="azure spatial anchor hololens wmr pin ar all"))
class UAzureCloudSpatialAnchor : public UObject

Variables

Name Description

Public variable UProperty Category, Meta BlueprintReadOnly Transient

UARPin *

 

ARPin

The ARPin with which this cloud anchor is associated, or null.

Public variable

AzureCloudAncho...

 

CloudAnchorID

Functions

Name Description

Public function Const UFunction BlueprintPure, Category, Meta

TMap< FStrin...

 

GetAppProperties()

The AppProperties dictionary of the cloud anchor.

Public function Const UFunction BlueprintPure, Category, Meta

FString

 

GetAzureCloudIdentifier()

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.

Public function Const UFunction BlueprintPure, Category, Meta

float

 

GetExpiration()

The Expiration time of the cloud anchor as seconds into the future.

Public function UFunction BlueprintCallable, Category, Meta

void

 

SetAppProperties

(
    const TMap< FString, FString >& In...
)

Set the AppProperties dictionary of the cloud anchor.

Public function UFunction BlueprintCallable, Category, Meta

void

 

SetExpiration

(
    const float Lifetime
)

Set the Expiration time of the cloud anchor as seconds into the future.

Typedefs

Name

Description

AzureCloudAnchorID

The UE4 Cloud Anchor ID.

Constants

Name

Description

AzureCloudAnchorID_Invalid

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss