Navigation
Unreal Engine C++ API Reference > Runtime > AugmentedReality
Inheritance Hierarchy
- UTexture
- UARTexture
- UARTextureCameraDepth
References
Module | AugmentedReality |
Header | /Engine/Source/Runtime/AugmentedReality/Public/ARTextures.h |
Include | #include "ARTextures.h" |
Syntax
UCLASS (Abstract, BlueprintType)
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 |