Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/RenderCore/Public/VertexFactory.h |
Include |
#include "VertexFactory.h" |
struct FVertexStreamComponent
A typed data source for a vertex factory which streams data from a vertex buffer.
Name | Description | ||
---|---|---|---|
|
Offset |
The offset of the data, relative to the beginning of each element in the vertex buffer. |
|
|
StreamOffset |
The offset to the start of the vertex buffer fetch. |
|
|
Stride |
The stride of the data. |
|
|
TEnumAsByte< EV... |
Type |
The type of the data read from this stream. |
|
const FVertexBu... |
VertexBuffer |
The vertex buffer to stream data from. If null, no data can be read from this stream. |
|
VertexStreamUsage |
Name | Description | |
---|---|---|
|
FVertexStreamComponent() |
Initializes the data stream to null. |
|
FVertexStreamComponent ( |
Minimal initialization constructor. |
|
FVertexStreamComponent ( |