FVertexElement

Choose your operating system:

Windows

macOS

Linux

References

Module

RHI

Header

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

Include

#include "RHI.h"

Syntax

struct FVertexElement

Variables

Name Description

Public variable

uint8

 

AttributeIndex

Public variable

uint16

 

bUseInstanceIndex

Whether to use instance index or vertex index to consume the element.

Public variable

uint8

 

Offset

Public variable

uint8

 

StreamIndex

Public variable

uint16

 

Stride

Public variable

TEnumAsByte< EV...

 

Type

Constructors

Name Description

Public function

FVertexElement()

Public function

FVertexElement

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

Functions

Name Description

Public function

void

 

FromString

(
    const FString& Src
)

Public function

void

 

FromString

(
    const FStringView& Src
)

Public function Const

FString

 

ToString()

Operators

Name Description

Public function

void

 

operator=

(
    const FVertexElement& Other
)

Suppress the compiler generated assignment operator so that padding won't be copied.