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 EAzureSpatialAnchorsLogVerbosity
&123;
None = 0,
Error = 1,
Warning = 2,
Information = 3,
Debug = 4,
All = 5,
&125;
Values
| Name | Description |
|---|---|
| None | |
| Error | |
| Warning | |
| Information | |
| Debug | |
| All |
Remarks
Note: this must match winrt::Microsoft::Azure::SpatialAnchors::SessionLogLevel.