EVertexElementType

Windows
MacOS
Linux

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/RHIDefinitions.h

Include

#include "RHIDefinitions.h"

Syntax

enum EVertexElementType
{
    VET_None,
    VET_Float1,
    VET_Float2,
    VET_Float3,
    VET_Float4,
    VET_PackedNormal,
    VET_UByte4,
    VET_UByte4N,
    VET_Color,
    VET_Short2,
    VET_Short4,
    VET_Short2N,
    VET_Half2,
    VET_Half4,
    VET_Short4N,
    VET_UShort2,
    VET_UShort4,
    VET_UShort2N,
    VET_UShort4N,
    VET_URGB10A2N,
    VET_UInt,
    VET_MAX,
    VET_NumBits         = 5,
}

Values

Name

Description

VET_None

VET_Float1

VET_Float2

VET_Float3

VET_Float4

VET_PackedNormal

VET_UByte4

VET_UByte4N

VET_Color

VET_Short2

VET_Short4

VET_Short2N

VET_Half2

VET_Half4

VET_Short4N

VET_UShort2

VET_UShort4

VET_UShort2N

VET_UShort4N

VET_URGB10A2N

VET_UInt

VET_MAX

VET_NumBits

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