Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FVertexElement
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RHI.h | |||
FVertexElement
(
uint8 InStreamIndex, |
RHI.h |
FVertexElement()
| Name | FVertexElement |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHI.h |
| Include Path | #include "RHI.h" |
FVertexElement()
FVertexElement(uint8, uint8, EVertexElementType, uint8, uint16, bool)
| Name | FVertexElement |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHI.h |
| Include Path | #include "RHI.h" |
FVertexElement
(
uint8 InStreamIndex,
uint8 InOffset,
EVertexElementType InType,
uint8 InAttributeIndex,
uint16 InStride,
bool bInUseInstanceIndex
)