Navigation
API > API/Runtime > API/Runtime/RenderCore
| Name | FVertexInputStream |
| Type | struct |
| Header File | /Engine/Source/Runtime/RenderCore/Public/VertexFactory.h |
| Include Path | #include "VertexFactory.h" |
Syntax
struct FVertexInputStream
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| VertexFactory.h | |||
FVertexInputStream
(
uint32 InStreamIndex, |
VertexFactory.h | ||
FVertexInputStream
(
uint32 InStreamIndex, |
VertexFactory.h | ||
FVertexInputStream
(
uint32 InStreamIndex, |
VertexFactory.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bStreamSourceSlot | uint32 | VertexFactory.h | ||
| FVertexInputStream | union FVertexInputStream | VertexFactory.h | ||
| Offset | uint32 | VertexFactory.h | ||
| Pointer | void * | Represents either ptr type as an opaque int for comparisons. | VertexFactory.h | |
| StreamIndex | uint32 | VertexFactory.h | ||
| StreamSourceSlot | FRHIStreamSourceSlot * | Contains the stream source slot. | VertexFactory.h | |
| VertexBuffer | FRHIBuffer * | Contains the direct vertex buffer pointer. | VertexFactory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetOnRHICommandList
(
FRHICommandList& RHICmdList |
VertexFactory.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FVertexInputStream& rhs |
VertexFactory.h | ||
bool operator==
(
const FVertexInputStream& rhs |
VertexFactory.h |