UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DepthCopy Namespace Reference

Classes

class  FCopyDepthPS
 
class  FViewDepthCopyCS
 

Functions

 IMPLEMENT_GLOBAL_SHADER (FViewDepthCopyCS, "/Engine/Private/CopyDepthTextureCS.usf", "CopyDepthCS", SF_Compute)
 
void AddViewDepthCopyCSPass (FRDGBuilder &GraphBuilder, FViewInfo &View, FRDGTextureRef SourceSceneDepthTexture, FRDGTextureRef DestinationDepthTexture)
 
 IMPLEMENT_GLOBAL_SHADER (FCopyDepthPS, "/Engine/Private/CopyDepthTexture.usf", "CopyDepthPS", SF_Pixel)
 
void AddViewDepthCopyPSPass (FRDGBuilder &GraphBuilder, FViewInfo &View, FRDGTextureRef SourceSceneDepthTexture, FRDGTextureRef DestinationDepthTexture)
 

Function Documentation

◆ AddViewDepthCopyCSPass()

void DepthCopy::AddViewDepthCopyCSPass ( FRDGBuilder GraphBuilder,
FViewInfo View,
FRDGTextureRef  SourceSceneDepthTexture,
FRDGTextureRef  DestinationDepthTexture 
)

◆ AddViewDepthCopyPSPass()

void DepthCopy::AddViewDepthCopyPSPass ( FRDGBuilder GraphBuilder,
FViewInfo View,
FRDGTextureRef  SourceSceneDepthTexture,
FRDGTextureRef  DestinationDepthTexture 
)

◆ IMPLEMENT_GLOBAL_SHADER() [1/2]

DepthCopy::IMPLEMENT_GLOBAL_SHADER ( FCopyDepthPS  ,
"/Engine/Private/CopyDepthTexture.usf"  ,
"CopyDepthPS"  ,
SF_Pixel   
)

◆ IMPLEMENT_GLOBAL_SHADER() [2/2]

DepthCopy::IMPLEMENT_GLOBAL_SHADER ( FViewDepthCopyCS  ,
"/Engine/Private/CopyDepthTextureCS.usf"  ,
"CopyDepthCS"  ,
SF_Compute   
)