FVertexElement::FVertexElement

Choose your operating system:

Windows

macOS

Linux

References

Module

RHI

Header

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

Include

#include "RHI.h"

Syntax

FVertexElement
(
    uint8 InStreamIndex,
    uint8 InOffset,
    EVertexElementType InType,
    uint8 InAttributeIndex,
    uint16 InStride,
    bool bInUseInstanceIndex
)