Navigation
API > API/Runtime > API/Runtime/AugmentedReality
| Name | EQRCodeComponentDebugMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARComponent.h |
| Include Path | #include "ARComponent.h" |
Syntax
enum EQRCodeComponentDebugMode
{
None = 0,
ShowQRCode = 1,
}
Values
| Name | Remarks |
|---|---|
| None | The debug mode is disabled |
| ShowQRCode | Show info about the detected QR code |