UAzureCloudSpatialAnchor::SetAppProperties

Set the AppProperties dictionary of the cloud anchor.

Windows
MacOS
Linux

References

Module

AzureSpatialAnchors

Header

/Engine/Plugins/Runtime/AR/AzureSpatialAnchors/Source/AzureSpatialAnchors/Public/AzureCloudSpatialAnchor.h

Include

#include "AzureCloudSpatialAnchor.h"

Source

/Engine/Plugins/Runtime/AR/AzureSpatialAnchors/Source/AzureSpatialAnchors/Private/AzureCloudSpatialAnchor.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="AzureSpatialAnchors",
          Meta=(Keywords="azure spatial anchor hololens wmr pin ar all"))
void SetAppProperties
(
    const TMap< FString, FString > & InAppProperties
)

Remarks

Set the AppProperties dictionary of the cloud anchor. You must call SaveCloudAnchor or UpdateCloudAnchorProperties before these will be persisted on azure.

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