Navigation
API > API/Runtime > API/Runtime/Engine
Enumerates available options for custom depth.
| Name | ECustomDepthStencil::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/RendererSettings.h |
| Include Path | #include "Engine/RendererSettings.h" |
Syntax
namespace ECustomDepthStencil
{
enum Type
{
Disabled = 0,
Enabled = 1,
EnabledOnDemand = 2,
EnabledWithStencil = 3,
}
}
Values
| Name | Remarks |
|---|---|
| Disabled | |
| Enabled | |
| EnabledOnDemand | |
| EnabledWithStencil |