Navigation
API > API/Runtime > API/Runtime/AugmentedReality
| Name | EARCaptureType |
| Type | enum |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARTypes.h |
| Include Path | #include "ARTypes.h" |
Syntax
enum EARCaptureType
{
Camera,
QRCode,
SpatialMapping,
SceneUnderstanding,
HandMesh,
}
Values
| Name | Remarks |
|---|---|
| Camera | Camera Capture |
| QRCode | QR Code Capture. |
| SpatialMapping | Spatial mapping so the app can selectively turn off discovering surfaces |
| SceneUnderstanding | Capture detailed information about the scene with all surfaces like walls, floors and so on |
| HandMesh | Capture a mesh around the player's hands |