Navigation
API > API/Runtime > API/Runtime/AugmentedReality
| Name | EARDepthQuality |
| Type | enum |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARTextures.h |
| Include Path | #include "ARTextures.h" |
Syntax
enum EARDepthQuality
{
Unkown,
Low,
High,
}
Values
| Name | Remarks |
|---|---|
| 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 |