Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCustomRenderPassBase
The output type into the render target. What type is valid depends on ERenderMode.
| Name | ERenderOutput |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Rendering/CustomRenderPass.h |
| Include Path | #include "Rendering/CustomRenderPass.h" |
Syntax
enum ERenderOutput
{
SceneDepth,
DeviceDepth,
SceneColorAndDepth,
SceneColorAndAlpha,
SceneColorNoAlpha,
BaseColor,
Normal,
MAX,
}
Values
| Name | Remarks |
|---|---|
| SceneDepth | Used with ERenderMode::DepthPass. |
| DeviceDepth | |
| SceneColorAndDepth | Used with ERenderMode::DepthAndBasePass. |
| SceneColorAndAlpha | |
| SceneColorNoAlpha | |
| BaseColor | |
| Normal | |
| MAX |