Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHI.h |
| Include | #include "RHI.h" |
Syntax
struct FVertexElement
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8 | AttributeIndex | ||
| uint16 | bUseInstanceIndex | Whether to use instance index or vertex index to consume the element. | |
| uint8 | Offset | ||
| uint8 | StreamIndex | ||
| uint16 | Stride | ||
| TEnumAsByte< EVertexElementType > | Type |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVertexElement
(
uint8 InStreamIndex, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | FromString
(
const FString& Src |
||
| void | FromString
(
const FStringView& Src |
||
| FString | ToString () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FVertexElement& Other |