Navigation
API > API/Plugins > API/Plugins/AzureSpatialAnchors
References
| Module | AzureSpatialAnchors |
| Header | /Engine/Plugins/Runtime/AR/AzureSpatialAnchors/Source/AzureSpatialAnchors/Public/AzureSpatialAnchorsTypes.h |
| Include | #include "AzureSpatialAnchorsTypes.h" |
Syntax
enum EAzureSpatialAnchorsLocateAnchorStatus
&123;
AlreadyTracked = 0,
Located = 1,
NotLocated = 2,
NotLocatedAnchorDoesNotExist = 3,
&125;
Values
| Name | Description |
|---|---|
| AlreadyTracked | |
| Located | |
| NotLocated | |
| NotLocatedAnchorDoesNotExist |
Remarks
Note: this must match winrt::Microsoft::Azure::SpatialAnchors::LocateAnchorStatus.