EBlendModeFilter::Type

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/BatchedElements.h

Include

#include "BatchedElements.h"

Syntax

namespace EBlendModeFilter
{
    enum Type
    {
        None               = 0,
        OpaqueAndMasked    = 1,
        Translucent        = 2,
        All                = (OpaqueAndMasked | Translucent),
    }
}

Values

Name

Description

None

OpaqueAndMasked

Translucent

All

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