Navigation
API > API/Runtime > API/Runtime/RHI
Info for supporting the vertex element types
| Name | FVertexElementTypeSupportInfo |
| Type | class |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIGlobals.h |
| Include Path | #include "RHIGlobals.h" |
Syntax
class FVertexElementTypeSupportInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVertexElementTypeSupportInfo() |
RHIGlobals.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ElementCaps | bool | Cap bit set for each VET. One-to-one mapping based on EVertexElementType | RHIGlobals.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsSupported
(
EVertexElementType ElementType |
RHIGlobals.h | ||
void SetSupported
(
EVertexElementType ElementType, |
RHIGlobals.h |