Navigation
API > API/Runtime > API/Runtime/AugmentedReality
References
| |
|
| Module |
AugmentedReality |
| Header |
/Engine/Source/Runtime/AugmentedReality/Public/ARTypes.h |
| Include |
#include "ARTypes.h" |
Syntax
enum EARCaptureType
{
Camera,
QRCode,
SpatialMapping,
SceneUnderstanding,
HandMesh,
}
Values
| Name |
Description |
| 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 |