Navigation
API > API/Runtime > API/Runtime/AugmentedReality
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UStreamableRenderAsset
- UTexture
- UARTexture
- UARTextureCameraDepth
- UAppleARKitTextureCameraDepth
References
| Module | AugmentedReality |
| Header | /Engine/Source/Runtime/AugmentedReality/Public/ARTextures.h |
| Include | #include "ARTextures.h" |
Syntax
class UARTextureCameraDepth : public UARTexture
Remarks
Base class for all AR textures that represent the camera depth data
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsTemporallySmoothed | Whether or not the depth information is temporally smoothed | |
| EARDepthAccuracy | DepthAccuracy | The accuracy of the depth information captured this frame | |
| EARDepthQuality | DepthQuality | The quality of the depth information captured this frame |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UARTextureCameraDepth
(
const FObjectInitializer& ObjectInitializer |