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