ERendererStencilMask

Exposed enum to parallel RHI's EStencilMask and show up in the editor.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h

Include

#include "Components/PrimitiveComponent.h"

Syntax

enum ERendererStencilMask
{
    ERSM_Default,
    ERSM_255,
    ERSM_1,
    ERSM_2,
    ERSM_4,
    ERSM_8,
    ERSM_16,
    ERSM_32,
    ERSM_64,
    ERSM_128,
}

Values

Name

Description

ERSM_Default

ERSM_255

ERSM_1

ERSM_2

ERSM_4

ERSM_8

ERSM_16

ERSM_32

ERSM_64

ERSM_128

Remarks

Exposed enum to parallel RHI's EStencilMask and show up in the editor. Has a paired struct to convert between the two.

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