UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ARTextures.h File Reference
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "Engine/Texture.h"
#include "Engine/TextureCube.h"
#include "ARTextures.generated.h"

Go to the source code of this file.

Classes

class  UARTexture
 
class  UARTextureCameraImage
 
class  UARTextureCameraDepth
 
class  UAREnvironmentCaptureProbeTexture
 

Enumerations

enum class  EARTextureType : uint8 {
  Unknown , CameraImage , CameraDepth , EnvironmentCapture ,
  PersonSegmentationImage , PersonSegmentationDepth , SceneDepthMap , SceneDepthConfidenceMap
}
 
enum class  EARDepthQuality : uint8 { Unkown , Low , High }
 
enum class  EARDepthAccuracy : uint8 { Unkown , Approximate , Accurate }
 

Enumeration Type Documentation

◆ EARDepthAccuracy

enum class EARDepthAccuracy : uint8
strong
Enumerator
Unkown 
Approximate 

Suitable for gross sorting of depths

Accurate 

Accurate depth values that match the physical world

◆ EARDepthQuality

enum class EARDepthQuality : uint8
strong
Enumerator
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

◆ EARTextureType

enum class EARTextureType : uint8
strong
Enumerator
Unknown 
CameraImage 
CameraDepth 
EnvironmentCapture 
PersonSegmentationImage 
PersonSegmentationDepth 
SceneDepthMap 
SceneDepthConfidenceMap