Navigation
API > API/Runtime > API/Runtime/AugmentedReality
References
| Module | AugmentedReality |
| Header | /Engine/Source/Runtime/AugmentedReality/Public/ARTextures.h |
| Include | #include "ARTextures.h" |
Syntax
enum EARDepthQuality
{
Unkown,
Low,
High,
}
Values
| Name | Description |
|---|---|
| Unkown | |
| Low | Not suitable to use as part of a rendering pass or for scene reconstruction |
| High | Suitable for rendering against or for use in scene reconstruction |