Navigation
API > API/Runtime > API/Runtime/AugmentedReality
| Name | EARDepthAccuracy |
| Type | enum |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARTextures.h |
| Include Path | #include "ARTextures.h" |
Syntax
enum EARDepthAccuracy
{
Unkown,
Approximate,
Accurate,
}
Values
| Name | Remarks |
|---|---|
| Unkown | |
| Approximate | Suitable for gross sorting of depths |
| Accurate | Accurate depth values that match the physical world |