Navigation
Unreal Engine C++ API Reference > Plugins > AzureSpatialAnchors
References
Module | AzureSpatialAnchors |
Header | /Engine/Plugins/Runtime/AR/AzureSpatialAnchors/Source/AzureSpatialAnchors/Public/AzureSpatialAnchorsTypes.h |
Include | #include "AzureSpatialAnchorsTypes.h" |
Syntax
enum EAzureSpatialAnchorsLocateStrategy
&123;
AnyStrategy = 0,
VisualInformation = 1,
Relationship = 2,
&125;
Values
Name | Description |
---|---|
AnyStrategy | |
VisualInformation | |
Relationship |
Remarks
Note: this must match winrt::Microsoft::Azure::SpatialAnchors::LocateStrategy.