![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "PostProcess/PostProcessDOF.h"#include "DataDrivenShaderPlatformInfo.h"#include "StaticBoundShaderState.h"#include "SceneUtils.h"#include "PostProcess/SceneRenderTargets.h"#include "PostProcess/SceneFilterRendering.h"#include "PostProcess/PostProcessBokehDOF.h"#include "SceneRenderTargetParameters.h"#include "PostProcess/PostProcessing.h"#include "ClearQuad.h"#include "PipelineStateCache.h"Classes | |
| class | FMobileDOFSetupPS |
| class | FMobileDOFRecombinePS |
Functions | |
| FVector4f | GetDepthOfFieldParameters (const FPostProcessSettings &PostProcessSettings) |
| IMPLEMENT_GLOBAL_SHADER (FMobileDOFSetupPS, "/Engine/Private/PostProcessDOF.usf", "SetupPS", SF_Pixel) | |
| FMobileDofSetupOutputs | AddMobileDofSetupPass (FRDGBuilder &GraphBuilder, const FViewInfo &View, const FMobileDofSetupInputs &Inputs) |
| IMPLEMENT_GLOBAL_SHADER (FMobileDOFRecombinePS, "/Engine/Private/PostProcessDOF.usf", "MainRecombinePS", SF_Pixel) | |
| FScreenPassTexture | AddMobileDofRecombinePass (FRDGBuilder &GraphBuilder, const FViewInfo &View, const FMobileDofRecombineInputs &Inputs) |
| FScreenPassTexture AddMobileDofRecombinePass | ( | FRDGBuilder & | GraphBuilder, |
| const FViewInfo & | View, | ||
| const FMobileDofRecombineInputs & | Inputs | ||
| ) |
| FMobileDofSetupOutputs AddMobileDofSetupPass | ( | FRDGBuilder & | GraphBuilder, |
| const FViewInfo & | View, | ||
| const FMobileDofSetupInputs & | Inputs | ||
| ) |
| FVector4f GetDepthOfFieldParameters | ( | const FPostProcessSettings & | PostProcessSettings | ) |
| IMPLEMENT_GLOBAL_SHADER | ( | FMobileDOFRecombinePS | , |
| "/Engine/Private/PostProcessDOF.usf" | , | ||
| "MainRecombinePS" | , | ||
| SF_Pixel | |||
| ) |
| IMPLEMENT_GLOBAL_SHADER | ( | FMobileDOFSetupPS | , |
| "/Engine/Private/PostProcessDOF.usf" | , | ||
| "SetupPS" | , | ||
| SF_Pixel | |||
| ) |