ECustomDepthStencil::Type

Enumerates available options for custom depth.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/RendererSettings.h

Include

#include "Engine/RendererSettings.h"

Syntax

namespace ECustomDepthStencil
{
    enum Type
    {
        Disabled              = 0,
        Enabled               = 1,
        EnabledOnDemand       = 2,
        EnabledWithStencil    = 3,
    }
}

Values

Name

Description

Disabled

Enabled

EnabledOnDemand

EnabledWithStencil

Remarks

Enumerates available options for custom depth.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss