EVertexColorViewMode::Type

Vertex Color view modes

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SceneManagement.h

Include

#include "SceneManagement.h"

Syntax

namespace EVertexColorViewMode
{
    enum Type
    {
        Invalid,
        Color,
        Alpha,
        Red,
        Green,
        Blue,
    }
}

Values

Name

Description

Invalid

Invalid or undefined

Color

Color only

Alpha

Alpha only

Red

Red only

Green

Green only

Blue

Blue only

Remarks

Vertex Color view modes

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